This is especially usef " /> 久久er热视频在这里精品,在线观看视频一区二区,日本xxxxx久色视频在线观看

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

Prototype PeriodicalExecuter對象 學習

This is a simple facility for periodical execution of a function. This essentially encapsulates the native clearInterval/setInterval mechanism found in native Window objects.

This is especially useful if you use one to interact with the user at given intervals (e.g. use a prompt or confirm call): this will avoid multiple message boxes all waiting to be actioned.


這個對象就是可以周期性的執行某個方法,但是在它內部維持了一個狀態,可以防止由于某些原因一次調用沒執行,然后下一次調用又來了,這樣會造成連續執行兩次方法。上面的第二斷英文就是這個意思。

幫助文檔上說這個對象只提供了一個方法stop,但是在我看的源碼里還提供了一個事件onTimerEvent,應該可以在某個時候觸發這個事件。但幫助文檔上沒有給出示例。

這個對象源碼比較簡單,這里直接貼出來了,就不再注釋了:
復制代碼 代碼如下:
var PeriodicalExecuter = Class.create({
initialize: function(callback, frequency) {
this.callback = callback;
this.frequency = frequency;
this.currentlyExecuting = false;

this.registerCallback();
},

registerCallback: function() {
this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
},

execute: function() {
this.callback(this);
},

stop: function() {
if (!this.timer) return;
clearInterval(this.timer);
this.timer = null;
},

onTimerEvent: function() {
if (!this.currentlyExecuting) {
try {
this.currentlyExecuting = true;
this.execute();
} catch(e) {
/* empty catch for clients that don't support try/finally */
}
finally {
this.currentlyExecuting = false;
}
}
}
});

看一下示例:
復制代碼 代碼如下:
new PeriodicalExecuter(function(pe) {
if (!confirm('Want me to annoy you again later?'))
pe.stop(); },
5);
// Note that there won't be a stack of such messages if the user takes too long
// answering to the question...

JavaScript技術Prototype PeriodicalExecuter對象 學習,轉載需保留來源!

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

主站蜘蛛池模板: 亚洲一级特黄 | 天天操天 | 国产成人综合久久精品亚洲 | 精品国产亚洲人成在线 | 婷婷亚洲国产成人精品性色 | 亚洲精品手机在线 | 一级做a爰片性色毛片小说 一级做a爰片性色毛片新版的 | 狠狠色噜噜狠狠狠97影音先锋 | 一区在线视频 | 欧美无毛逼| 国产精品手机在线亚洲 | 成人激情在线 | 国产精品网站 夜色 | 亚洲视频1| 久久久精品麻豆 | 加勒比一区 | 亚洲一区小说区中文字幕 | 五月婷婷基地 | 在线播放黄| 毛片特黄 | 久久久99精品免费观看精品 | 四虎永久免费在线 | 中文字幕一区二区日产乱码 | 亚洲免费一级片 | 久久亚洲国产成人亚 | 日本不卡一区二区三区四区 | 在线色资源 | 九九在线视频 | 免费成人在线观看 | 久久久久久久久免费影院 | 亚洲性色成人 | 色婷婷激婷婷深爱五月小说 | 日本高清午夜色wwwσ | 一本色道久久综合狠狠躁 | 五月天激情婷婷婷久久 | 韩国午夜理伦三级2020宅男 | 欧美色综合网站 | 看黄网| 99精品国产自产在线观看 | www.欧美视频 | 国产精品久久精品福利网站 |