admin 发表于 2021-8-19 22:23:23

PHP判断并输出

<?php
$t= $v['urgent'];
if ($t>"0") {
echo "ok";
} else {
echo "";
}
?>       

页: [1]
查看完整版本: PHP判断并输出