為什么會(huì)有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
舉報(bào)
2015-08-19
不小心設(shè)置了斷點(diǎn)T_T