JS中使用計(jì)時(shí)器,setTimeout與setInterval函數(shù)詳解
來(lái)源:易賢網(wǎng) 閱讀:1216 次 日期:2015-03-18 11:01:13
溫馨提示:易賢網(wǎng)小編為您整理了“JS中使用計(jì)時(shí)器,setTimeout與setInterval函數(shù)詳解”,方便廣大網(wǎng)友查閱!

Evaluates an expression after a specified number of milliseconds has elapsed.

(在指定時(shí)間過(guò)后執(zhí)行指定的表達(dá)式)

Syntax:

iTimerID = window.setTimeout(vCode, iMilliSeconds [, sLanguage])

Parameters

vCode Required. Variant that specifies the function pointer or string that indicates the code to be executed when the specified interval has elapsed.

iMilliSeconds Required. Integer that specifies the number of milliseconds.

sLanguage Optional. String that specifies one of the following values: JScript Language is JScript.

VBScript Language is VBScript.

JavaScript Language is JavaScript.

Return Value

Integer. Returns an identifier that cancels the evaluation with the clearTimeout method.

以上內(nèi)容摘自某本JScript教程(CHM格式,出處不詳,跟原作者說(shuō)聲Sorry)

以下內(nèi)容沒(méi)抄任何人的,如果有雷同,估計(jì)不是你抄偶的就是巧合,嘿嘿.

-------------------------------------------------------------------

setTimeout( alert("3秒種過(guò)去了"), 3000);//調(diào)用一個(gè)函數(shù),允許帶常量參數(shù)

-------------------------------------------------------------------

var x = 1;

var y = 2;

var z = 3;

var sum;

function Plus(a, b)

{

var z = 0;

var i = 0;

for (i = 0; i < arguments.length; i++)

{

z += arguments[i];

}

setTimeout( function() {alert(z);}, 6000); //可以帶變量參數(shù)的setTimeout調(diào)用形式

return z;

}

setTimeout( function(){ sum = Plus(x, y, z); }, 3000);/*除了可以帶變量參數(shù)還可以獲取返回值的setTimeout調(diào)用形式*/

setInterval()的用法和setTimeout()是一樣的:

iTimerID = window.setInterval(vCode, iMilliSeconds [, sLanguage])

更多信息請(qǐng)查看IT技術(shù)專(zhuān)欄

更多信息請(qǐng)查看腳本欄目
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽(tīng)報(bào)名

  • 報(bào)班類(lèi)型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專(zhuān)用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專(zhuān)用圖標(biāo)