然而,它的用法与大多数其他方法有很大的不同。console.log([1,2,3].isArray()); // TypeError: [1, 2, 3].isArray is not a functionconsole.log(Array.isArray([1,2,3]))
我不明白为什么isArray() (和其他一些方法)依赖于某个全局对象,而不是仅仅通过所讨论的对象访问。为什么有些方法需要全局数组对象?
Deprecated: Non-static method Controller::demo() should not be called statically list($class, $method) = explode("@", $handler, 2);
call_user_func_array