关于JavaScript中arguments的用法

it2026-02-07  0

arguments在JavaScript中只能在函数中使用,相当于一个伪数组,arguments的作用是可以接收任意个实参

最新回复(0)