[].shift.call(arguments)
2021-01-07 本文已影响0人
JLong
[].shift.call(arguments) 把类数组对象转为数组对象,删除并拿到arguments的第一项。
参考自https://blog.csdn.net/Mrceel/article/details/96157800
[].shift.call(arguments) 把类数组对象转为数组对象,删除并拿到arguments的第一项。
参考自https://blog.csdn.net/Mrceel/article/details/96157800