__call() __call(string $method, array $parms) : mixed 魔术方法 有不存在的操作的时候执行 Parameters string $method 方法名 array $parms 参数 Returns mixed