这里主要记录两个变量判断函数的使用:`isset()`与`empty()` 1、isset — 检测变量是否已设置并且非NULL```phpisset ( mixed $var ) : bool```如果已经 ...
確定! 回上一頁