RxJS v6+ import { of } from 'rxjs'; import { concatMap, delay, mergeMap } from 'rxjs/operators'; // 发出延迟值 const source = of(2000, 1000); ...
確定! 回上一頁