const { map, take } = rxjs.operators;. const observable = Observable.create((observer) => {. observer.next(Math.random());. } ...
確定! 回上一頁