php function test($var) { $var->display(); } $abc = 123; test($abc); ?> Copy. 執行後會出現以下的錯誤: Fatal error: Call to a member function ...
確定! 回上一頁