摘要: es6 数组方法 //from 方法 // const bar=["a","b","c"]; // Array.from(bar); //语法:Array.from(arrayLike, mapFn, thisArg) //alert(bar); //Array.isArray() 用于确定传递的值 阅读全文
posted @ 2018-03-06 17:01 ~丸子 阅读(190) 评论(0) 推荐(1) 编辑