PHP判断变量是否为0的方法
程序员文章站
2023-11-26 14:23:34
复制代码 代码如下: if($_post['some'] != null) { //it's not empty } ?>...
复制代码 代码如下:
<?
if($_post['some'] != null) {
//it's not empty
}
?>
上一篇: Python的类实例属性访问规则探讨