为什么下面的代码打印"这里",它应该是"那里"
$a = "171E-10314"; if($a == '0') { echo "here"; } else { echo "there"; }
php if-statement
if-statement ×1
php ×1