php function test() { static $a = 0; echo $a; $a++; } test(); //1 test(); //2 test(); //3 ?> 遞迴function static 變數. 先看官網範例,可以用在遞 ...
確定! 回上一頁