es6中箭头函数有无作用域,this指向,能否使用arguments,为什么

2020-05-15 家居 113阅读
es6中不建议使用arguments
请使用rest parameter方式获取参数,如:
const func = (...args) => console.log(args);
func('hello', 'world');// ["hello", "world"];
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com