php class nowamagic { public static $nm = ; function nmMethod() { self::$nm = ; echo self::$nm . '<br />'; } } $nmInstance = new nowamagic(); $ ...
確定! 回上一頁