猿问

请教一个JS函数的作用

function get(arr) {  return arr.map(      Function.prototype.call,      String.prototype.trim
  )
}// map的第二个参数console.log(get(['a b', 'u 2 1']));

以上代码是什么意思? 求详解


HUWWW
浏览 623回答 1
1回答
随时随地看视频慕课网APP
我要回答