PHP字符串陷阱
echo 'abc'==0;
结果为 true;
不信的可以试试
C
PHP字符串陷阱
echo 'abc'==0;
结果为 true;
不信的可以试试