const promise = new Promise((resolve, reject) => { setTimeout(() => { resolve('resolved!') }, 1000) }); const obsvPromise = Rx.Observable.
確定! 回上一頁