摘要: 一、数组 1.数组的定义 1) 字面量 var arr=[1,2,3]; 2)构造方法 new Array(length/content) 2.数组的方法 1)改变原数组 :push ,pop ,shift, unshift ,reverse , splice ,sort 2)不改变原数组:conc 阅读全文
posted @ 2018-08-21 17:38 yuesu 阅读(214) 评论(0) 推荐(0) 编辑