This is especially usef " /> 榴莲推广APP网站入口官网,两个人的视频hd全免费,970女主播电台歌曲

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

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

主站蜘蛛池模板: 思思久久99热只有频精品66 | 俄罗斯mm| 久久精品亚洲热综合一本 | 一级毛片美国 | 亚洲成人中文 | 99热这里只有精品6 99热这里只有精品 99热这里只有的精品 | 在线亚洲黄色 | 婷婷亚洲五月色综合久久 | 老人FREE VIODES老少配 | 久久亚洲精品中文字幕60分钟 | 亚洲一级毛片免费在线观看 | av狼新人开放注册区 | 在线自拍亚洲视频欧美 | 国产二区自拍 | 一级做a爰片久久毛片免费 一级做a爰片久久毛片潮喷动漫 | 在线自拍综合亚洲欧美 | 成年人国产视频 | 被老头下药玩好爽 | 亚洲无吗在线视频 | 97SE亚洲国产综合自在线不卡 | 午夜阳光影院在线观看视频 | 日韩亚洲国产欧美免费观看 | 国产一区二区高清 | 美女激清床上戏大全 | 久久久久久久久人体 | 国产在线高清亚洲精品一区 | 尤物99久久久合集一区区 | 麻豆国产原创中文AV网站 | 国产第一页浮力影院 | 国产午夜精品美女免费大片 | 穿着丝袜被男生强行啪啪 | 欧美日韩亚洲第一区在线 | 国产精品点击进入在线影院高清 | 国产 亚洲 中文在线 字幕 | 污污内射在线观看一区二区少妇 | 久久伊人久久 | 手机在线播放成人亚洲影院电影 | 国产精品日本欧美一区二区 | 青青国产在线观看视频 | xx69中国| 精品国产在线国语视频 |