code2 function getData() { return new Promise((resolve, reject) => { setTimeout(resolve, 2000, 'hello') }) } getData().then(res ...
確定! 回上一頁