array.constructor
下面是参数的详细信息:
-
NA
返回创建此对象的实例的功能。
例子:Javascript Array constructor Property
这将产生以下结果:
arr.constructor is: function Array() { [native code] }

array.constructor
下面是参数的详细信息:
NA
返回创建此对象的实例的功能。
例子:Javascript Array constructor Property
这将产生以下结果:
arr.constructor is: function Array() { [native code] }