為什么會有unexcepted "="
??? public static $president="Dave Stern";
?? ?
??? public static function changePresident($newPrsdt){
??????? self::$president=$newPrsdt;
??? }
??? public static $president="Dave Stern";
?? ?
??? public static function changePresident($newPrsdt){
??????? self::$president=$newPrsdt;
??? }
2015-08-19
舉報
2015-08-19
不小心設置了斷點T_T