这个为什么报错语法错误: unexpected '='应该怎样写呢? public static $arr=array(); public static function test($str){ $self::arr['time']=$str;//这一行报错 } 查看完整描述