摘要: 类数组 function test(){ console.log(arguments); //实参列表,并不是数组 arguments.push(); //报错 } test(1,3,3,4,5,6); //特点:属性要为索引(数字)属性,必须有length属性,最好加上Push obj = { " 阅读全文
posted @ 2021-09-24 09:26 lisa2544 阅读(22) 评论(0) 推荐(0) 编辑