public static $president="Dave Stern"; public static function changePresident($newPrsdt){ self::$president=$newPrsdt; }
不小心设置了断点T_T