一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

dess中一個簡單的多路委托的實現(xiàn)

復制代碼 代碼如下:
var SDelegate = function(f, b, c) {
if (b) {
this.asFunction_ = function() {
return f.apply(b, arguments);
}
} else {
this.asFunction_ = function() {
return f.apply(this, arguments);
}
}
this.method_ = f;
this.binding_ = b;
this.continus = c;
}
SDelegate.composite = function(d) {
if (d.continus) {
var con = d.continus.composited_ = SDelegate.composite(d.continus);
var method = d.asFunction_;
return function() {
con.apply(this, arguments);
return method.apply(this, arguments);
}
} else {
return d.asFunction_;
}
}
SDelegate.prototype.call = function() {
if (!this.composited_) this.composited_ = SDelegate.composite(this);
return this.composited_.apply(arguments[0], Array.prototype.slice.call(arguments, 1));
}
SDelegate.prototype.remove = function() {
var removeP = function(parent, item, test, data) {
if (!item) return;
parent.composited_ = item.composited_ = null;
if (test(item, data)) {
parent.continus = item.continus;
removeP(parent, item.continus, test, data);
} else {
removeP(item, item.continus, test, data);
}
};
return function(test, data) {
var p = this;
if (test(this, data)) {
p = this.continus;
}
removeP(p, p.continus, test, data);
p.composited_ = null;
return p;
}
}();
SDelegate.prototype.append = function(f, b) {
return new SDelegate(f, b, this);
}

這個SDelegate用起來可能會比較詭異,比如很多操作都要重新賦值。Dess中,SDelegate主要用于一些特定場合,如DOM事件派發(fā)。

JavaScript技術dess中一個簡單的多路委托的實現(xiàn),轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产一区二区三区手机在线观看 | 91免费国产视频 | 91高清视频在线 | 日本韩国一区二区三区 | 最新在线观看精品国产福利片 | 91精彩视频在线观看 | 精品视自拍视频在线观看 | 禁断の肉体乱爱中文字幕欧 | 福利视频一区二区 | 香蕉免费一区二区三区在线观看 | 婷婷激情在线 | 亚洲国产一区二区三区亚瑟 | 色热综合| 狠狠操影院 | 国产精品一区91 | 精品国产成人 | 美女精品一区二区 | 免费在线色视频 | 亚洲国产成人久久午夜 | 涩涩色视频在线播放 | 视频区小说区 | 亚洲国内 | 色哟哟高清视频在线观看 | 国产精品综合一区二区 | 四虎8848精品永久在线观看 | 韩国一区二区三区 | 久久道 | 国产中出视频 | 久久久午夜精品 | 国产精品女同一区二区久久夜 | 色吧亚洲欧美另类 | 日韩欧美伊人久久大香线蕉 | 性趣视频 | 亚洲综合激情另类专区 | 亚洲狠狠婷婷综合久久久久网站 | 国产特黄一级一片免费 | 国内精品免费视频自在线 | 伊人色综合久久天天 | 亚洲一区二区三区高清网 | 亚州 色 图 综合 | 综合久久久久久久 |