const x = Rx.Observable.of(1) .do(x => console.log('side effect')) // publish = multicast(new Rx.Subject()).refCount() const y = x.multicast(new ...
確定! 回上一頁