swich只能用于离散型的数据,比如90,80,70等不能用与范围,所以只能用if-else实现if(i>90){echo "a";}else if(i>80){echo "b":}else if(i>70){echo "c";}else if(i>60){echo "d":}else{echo "not passed":}