This is especially usef " /> 国产精品久免费的黄网站,人妻久久久精品99系列AV,成人无码国产AV免费看直播

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

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

主站蜘蛛池模板: 美女被强奷到抽搐的动态图 | 绝色娇嫩美人妻老师 | 国产成人无码精品久久久免费69 | 巨乳中文无码亚洲 | 老太脱裤子让老头玩xxxxx | 久久成人国产精品一区二区 | 国模孕妇模特季玥之粉红 | 快播理论片 | 亚洲国产精品特色大片观看 | 激情内射亚洲一区二区三区 | 扒开双腿疯进出爽爽爽动态图 | 国产成人无码AV麻豆 | a在线免费观看视频 | 国精产品一区一区三区有限在线 | 99久久爱看免费观看 | yellow在线观看免费观看大全 | 久久re6热在线视频精品 | 黄色三级网络 | BL文高H强交 | 99久久国产露脸精品麻豆 | 女人麻豆国产香蕉久久精品 | 与邻居换娶妻子2在线观看 瑜伽牲交AV | 国产精品国产三级国产an | 吃奶吸咪咪动态图 | 亚洲精品久久久久久久蜜臀老牛 | 含羞草影院免费区 | 印度人XXx | 精品久久伦理中文字幕 | 幼儿交1300部一区二区 | 国产伦精品一区二区三区精品 | 八妻子秋霞理在线播放 | bbwvideoa欧美老妇 | 幸福草电视剧演员表介绍 | 春暖花开 性 欧洲 | 亚洲爆乳少妇精品无码专区 | 亚洲精品国产拍在线观看 | 免费国产黄线在线播放 | 日本久久黄色 | 欲香欲色天天综合和网 | 影视先锋男人无码在线 | 欧美老少欢杂交另类 |