它没有slice这个方法,通过这么Array.prototype.slice.call调用,JS的内部机制应该是把arguments对象转化为Array. 因为Array.prototype.slice.call调用后,返回的是 ...
確定! 回上一頁