除了在整理學習上的經驗,同時也能幫助其他需要的人
Function.prototype.bind = function(target){ var func=this; return function(){ arguments.unshift(this); func.apply(target, arguments); }; };
張貼留言
0 回應:
張貼留言