js中这么创建会生成什么对象 var list = [];

如题所述

alert(typeof(list)); // Array
alert(list.constructor);
温馨提示:答案为网友推荐,仅供参考
相似回答