js中
if(data == null)
php中
if($data == null)
undefined 声明一个变量没有赋值,默认就是undefined
undefined == null;//返回true undefined === null;//返回false