Example 1: timeout typescript setTimeout(() => { console.log('hi'); }, 500); Example 2: javascript run something after x seconds setTimeout(function(){ ...
確定! 回上一頁