Example 1: javascript settimeout setTimeout(function(){ alert("Sup!"); }, 2000);//wait 2 seconds Example 2: javascript set timeout var timeToWait = 3000; ...
確定! 回上一頁