For data flow (equivalent to then): Rx.Observable.fromPromise(...) .flatMap(function(result) { // do something }) .flatMap(function(result) { // do ...
確定! 回上一頁