发布网友 发布时间:2022-09-25 04:48
共3个回答
热心网友 时间:2023-09-15 11:37
let slice = (arrlike) => Array.prototype.slice.call(arrlike);箭头函数表达式本身就是函数,是语法糖。
热心网友 时间:2023-09-15 11:38
es6 箭头函数并木有this,argument...这些东西热心网友 时间:2023-09-15 11:38
var abc=Array.prototype.slice.call(arguments);