var source = Rx.Observable.concat(source1, source2);. 24. . 25. var subscription = source.subscribe(. 26. function (x) {. 27. console.log('Next: ' + x);.
確定! 回上一頁