value <any>
value
返回:<boolean>
¥Returns: <boolean>
如果值为 arguments 对象,则返回 true。
arguments
true
¥Returns true if the value is an arguments object.
function foo() { util.types.isArgumentsObject(arguments); // Returns true } 拷贝
function foo() { util.types.isArgumentsObject(arguments); // Returns true }