bind,call,apply,防抖,節流,柯里化,惰性,記憶函數的javascript實現

call Function.prototype.myCall = function () { //獲取this指向 var _this = arguments[0]; //兼容this指向爲原始值 if (typeof _this == 'number') { _this = new Number(_this) } else if
相關文章
相關標籤/搜索