<?php $m="ss"; var_dump(isset($m)); var_dump(empty($m)); ?> //ture //false 在接受表單中post方法傳輸的值時. 使用if(){}else{}語句中, ...
確定! 回上一頁