window.setTimeout Posted on 2016-09-302020-01-21 指定した遅延時間の後に、コードの断片または関数を実行。 window.setTimeout( function(event){ console.log ("Wake Up!"); },2000);