This is especially usef " /> 久久精品热线免费,日日摸天天添天天添无码蜜臀,97公开超碰在线视频

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

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對象 學習,轉載需保留來源!

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

主站蜘蛛池模板: 黑人巨茎大战白人女40CMO | 国产成人在线小视频 | 国产一区日韩二区欧美三区 | 最新在线黄色网址 | 办公室激情在线观看 | 伊人久久大香线蕉综合网站 | 亚洲精品久久久久中文字幕二区 | bbwvideos欧美老妇 | 久久草这在线观看免费 | 欧美日韩永久久一区二区三区 | a视频在线免费观看 | 亚洲精品成人在线 | 久久足恋网 | 蜜臀久久99精品久久久久久做爰 | 99久久精品免费国产一区二区三区 | 国产精品爽爽久久久久久蜜桃 | 国产精品高清在线观看93 | 亚洲精品一本之道高清乱码 | 青青青视频在线 | 精品国产福利一区二区在线 | 三级成人电彭 | 国产成人免费观看在线视频 | 久久99精品久久久久久园产越南 | 99re.05久久热最新地址 | 女人会操出水图 | 精品美女国产互换人妻 | 暗卫受被肉到失禁各种PLAY | 日韩AV爽爽爽久久久久久 | wwwxxc| 久草精品在线 | 亚洲欧洲日韩国产一区二区三区 | 亚洲欧美精品无码大片在线观看 | 韩国伦理三级 | 国产精品路线1路线2路线 | 自拍 偷拍 亚洲 经典 | 人妻熟女斩五十路0930 | 69精品人人人人 | 精品久久久久久电影网 | 久久国产加勒比精品无码 | 亚洲精品国产第一区第二区 | 成人在线视频观看 |