!isset 用法 來判斷是否有數值或變數,進行什麼事情! 下列顯示 成功 <?php $variable; if(!isset($variable)){ echo "成功"; }else{ echo "失敗"; } ?> 閱讀全文 !isset 用法