//Alert "Hello" every 2 seconds (2000 milliseconds),每兩秒function一直跳出
setInterval(function(){ alert("Hello"); }, 2000);
//function delay 2 seconds,function延遲2秒出現
setTimeout(function() { your_func(); }, 2000);
//alert,跳出alert視窗
alert("HELLO")
如果覺得我的文章有幫助,請你點右邊的FB加入訂閱
我會在粉絲團不定期分享新資訊,也歡迎交流!謝謝
阿特底賽粉絲團
https://www.facebook.com/artdesigntw
No comments:
Post a Comment