php中true的坑!!! 2016-08-01 本文已影响14人 dothetrick 最近开发的时候碰到了几个使用true关键字的大坑,记录下,谨防二次掉坑里。 if(true == 'all’){} 结果为真,会执行if里面的语句 count(true)=1