設定延後一段時間在執行某個動作
setInterval( function(){[某個動作]},[延後毫秒]);
Sample:
setInterval(function(){
console.log('等一下~')}, 2000);
沒有留言:
張貼留言