isset — 检测变量是否已设置并且非 NULL. isset(mixed $var [,mixed $... ] ) :bool ... 判断一个变量存在且不为空先用isset 函数再用empty 函数.
確定! 回上一頁