声明这样的数组之间的真正区别是什么:
var myArray = new Array();
和
var myArray = [];
javascript arrays declaration
arrays ×1
declaration ×1
javascript ×1