import { windowTime, mergeAll, take, map } from "rxjs/operators";const nums = interval(1000); const result = nums.pipe( windowTime(1000 ...
確定! 回上一頁