Example 1: js set timeout setTimeout(function(){ alert("Hello"); }, 3000); Example 2: javascript set timeout var timeToWait = 3000; // 1000 = 1 second ...
確定! 回上一頁