码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript Array vs new Array区别

时间:2016-07-02 10:33:53      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

  规范说明 

  When Array is called as a function rather than as a constructor, it creates and initialises a new Array object. Thus the function call Array(…) is equivalent to the object creation expression new Array(…) with the same arguments.

  当数组作为函数调用而不是构造函数调用时,它会创建并初始化一个新的数组对象。因此当Array(...)和new Array(...)接收同样的参数时,它们是相同的。

JavaScript Array vs new Array区别

标签:

原文地址:http://www.cnblogs.com/liutie1030/p/5634867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!