hypc's blog
Home
Archives
Tags
Search
0%
js将arguments对象转换为数组
Posted on
2018-07-23
Views:
Disqus:
1
Array
.prototype.slice.call(
arguments
,
0
);
Please enable JavaScript to view the comments powered by Disqus.