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

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

主站蜘蛛池模板: 色多多污版app下载网站 | 9966在线观看免费高清电影 | 韩国污动漫无遮掩无删减电脑版 | 久久精品亚洲精品国产欧美 | 免费人成视频X8X8国产更快乐 | 欧美最猛12teevideos欧美 欧美最猛12teevideos | 一色狗影院 | 亚洲精品m在线观看 | 国产精品18久久久久久欧美 | 男gv纯肉免费视频 | 德国xxxx| 久久精品电影久久电影大全 | a圾片目录大全 | 人妻换人妻AA视频 | 在线观看中文字幕国产 | 亚洲AV无码乱码国产精品品麻豆 | WWW亚洲精品久久久无码 | 色婷婷亚洲精品天天综合影院 | 国产亚洲精品成人AV久久 | 国产精品亚欧美一区二区三区 | 婷婷久久无码欧美人妻 | 动漫美女禁区 | 最近2019年日本中文免费字幕 | 国产精品线路一线路二 | 黄色a三级三级三级免费看 黄色a三级免费看 | 97夜夜澡人人爽人人模人人喊 | 久久国产香蕉视频 | 国产青青草原 | 国产精品AV无码免费播放 | 久久久久久天天夜夜天天 | 日本久久久久久久做爰片日本 | 中文字幕专区高清在线观看 | 国产一卡2卡3卡4卡孕妇网站 | 成人女人A级毛片免费软件 成人免费在线视频 | 性白俄罗斯高清xxxxx | 草柳最新地址 | XXX国产麻豆HD | 欧美 亚洲 中文字幕 高清 | 国产成人女人视频在线观看 | 久9青青cao精品视频在线 | 色综合 亚洲 自拍 欧洲 |