摘要: var a = [1,2,3]; var b = a; a.pop(); alert(b); //[1,2] 阅读全文
posted @ 2017-01-24 23:38 {前端开发} 阅读(2508) 评论(0) 推荐(0) 编辑