201507171852_《JavaScript中把arguments转换为数组对象代码》

var arr = [].slice(arguments, 0);//将arguments对象转换为数组对象

前端-语言
原文地址:https://www.cnblogs.com/beesky520/p/4655418.html