js 零散记录 Array.prototype.slice.call调用后,返回的是一个组数func.call(func1,var1,var2,var3)对应的apply写法为:func.apply(func1,[var1,var2,var3])