php error_reporting(E_ALL); echo $i; //這邊會是null $i = 'value'; echo $i; ?> 第一行的 error_reporting(E_ALL); 的意思是跟PHP說,我要印出所有的Error/Warning ...
確定! 回上一頁