It should be vanilla JS, not with any libraries. var doSome = function(i) { return Promise.resolve(setTimeout(() => { console.log('done... ' + ...
確定! 回上一頁