我有一个RxJS5管道看起来像这样. Rx.Observable.from([2, 3, 4, 5, 6]) .takeWhile((v) => { v !== 4 }) 我想保留订阅,直到看到4,但我想最后一个元素4也要包括在结果 ...
確定! 回上一頁