标签:color length 方法 处理 div logs code cti class
arrow function
举例:(x) => x + 6
(x) => x + 6
相当于
function(x){ return x + 6; }
可以利用map方法 将数组中的每个元素进行处理
arr.map(x=>x.length)
=>
原文地址:http://www.cnblogs.com/renshengruge/p/6529848.html