and or 在if下都是从前往后的
用括号可以给他们定优先级别
false and false=false
false and true = false
false or TRUE= ture
转载于:https://www.cnblogs.com/ezway/p/6359633.html