发布网友 发布时间:2022-04-22 12:58
共3个回答
热心网友 时间:2022-04-22 14:27
let slice = (arrlike) => Array.prototype.slice.call(arrlike);箭头函数表达式本身就是函数,是语法糖。
热心网友 时间:2022-04-22 15:45
es6 箭头函数并木有this,argument...这些东西热心网友 时间:2022-04-22 17:20
var abc=Array.prototype.slice.call(arguments);