var args = Array.prototype.slice.call(arguments);. 不应在arguments 对象上使用slice 方法,这会阻碍JavaScript 引擎的优化(比如V8 引擎)。作为替代,应 ...
確定! 回上一頁