JavaScript promise 在API 中类似于RSVP.js。下面是创建promise 的步骤: var promise = new Promise(function(resolve, reject) { // do a thing, ...
確定! 回上一頁