2019年2月22日
摘要: let a=[1,2,3], b=[4,5,6]; let s = a.map(function(v, i) { return v + b[i]; }); console.log(s); 阅读全文
posted @ 2019-02-22 15:08 kkw105 阅读(382) 评论(0) 推荐(0) 编辑