扫码下载编程狮APP
<?php $Temperature = null; if(is_null($Temperature)){ print("参数是NULL"); }else{ print("参数不是NULL"); } ?>