下面就用一小段代码来演示一下__METHOD__的用法。 <?php class chhua{ function test(){ echo __METHOD__; } } $e=new chhua(); $e->test() ...
確定! 回上一頁