function get(arr) { return arr.map( Function.prototype.call, String.prototype.trim
)
}// map的第二個參數console.log(get(['a b', 'u 2 1']));以上代碼是什么意思? 求詳解
添加回答
舉報
0/150
提交
取消