摘要: 看下ES6数组的一些新特性, 把类数组转换为真正的数组 同样的方法也可以转字符串 数组的实例方法arr.find() 实例方法arr.findIndex() arr.fill(); for of 方法 var arr = [1,2,3,4,5]; for(var key of arr.keys() 阅读全文
posted @ 2016-05-25 12:22 __枫伊飘渺 阅读(151) 评论(0) 推荐(0) 编辑