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