function get(arr) { return arr.map( Function.prototype.call, String.prototype.trim
)
}// map的第二个参数console.log(get(['a b', 'u 2 1']));以上代码是什么意思? 求详解
添加回答
举报
0/150
提交
取消