国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > JS > 正文

JS Timing

2024-09-06 12:42:34
字體:
來源:轉載
供稿:網友

使用JS是可以讓函數不直接執行的,而是在過了一個指定的時間間隔后才執行。這就叫做事件事件。
With JavaScript, it is possible to execute some code NOT immediately after a function is called, but after a specified time interval. This is called timing events.
使用JS是可以讓函數不直接執行的,而是在過了一個指定的時間間隔后才執行。這就叫做事件事件。
JavaScript Timing Events
JS時間事件
With JavaScript, it is possible to execute some code NOT immediately after a function is called, but after a specified time interval. This is called timing events.
使用JS是可以讓函數不直接執行的,而是在過了一個指定的時間間隔后才執行。這就叫做事件事件。
It's very easy to time events in JavaScript. The two key methods that are used are:
JS的時間事件是非常簡單的。使用了兩個關鍵的方法:
    * setTimeout() - executes a code some time in the future
      在一些時間后執行代碼
    * clearTimeout() - cancels the setTimeout()
      取消setTimeout() 
Note: The setTimeout() and clearTimeout() are both methods of the HTML DOM Window object.
注意:setTimeout() 和 Timeout() 都是HTML DOM Window 對象的方法。
setTimeout()
Syntax語法
var t=setTimeout("javascript statement",milliseconds)
The setTimeout() method returns a value - In the statement above, the value is stored in a variable called t. If you want to cancel this setTimeout(), you can refer to it using the variable name.
setTimeout()方法返回一個值 - 在上面的聲明里,值被保存在變量t中。如果你想取消這個setTimeout()可以使用變量名來提出它(用clearTimeout(t))
The first parameter of setTimeout() is a string that contains a JavaScript statement. This statement could be a statement like "alert('5 seconds!')" or a call to a function, like "alertMsg()".
setTomeout()的第一個參數是字符串聲明。它可以像"alert('5 seconds!')"或是調用一個函數像"alertMsg()"

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 青冈县| 莱芜市| 西盟| 沁水县| 湛江市| 尖扎县| 鹤庆县| 许昌市| 苏尼特左旗| 桂平市| 五原县| 古蔺县| 茂名市| 东丽区| 贵南县| 武夷山市| 周口市| 新源县| 迭部县| 宜丰县| 错那县| 广元市| 鲁甸县| 武定县| 桑植县| 义马市| 根河市| 米泉市| 遂宁市| 东至县| 墨竹工卡县| 南木林县| 肥城市| 昌江| 乐平市| 渝中区| 中阳县| 宁津县| 眉山市| 寻乌县| 临江市|