<?php $a = "0"; if(empty($a)){ echo 'empty'; //为空 } else { echo 'not empty'; }
You have javascript disabled. You will not be able to edit any code.