<?php class A { static $var; public static function test() { self::$var += 1; echo self::$var . PHP_EOL; } public static function testtest()
確定! 回上一頁