从use strict看JS(二):函数传参模式与arguments
系列系列列表:从use strict看JS(一):this与箭头函数从use strict看JS(二):函数传参模式与argumentsuse strict 的 arguments上一篇说到,use strict对arguments做了以下限定arguments。不允许对arguments赋值。禁止使用arguments.call...