const source = interval(500); const transform = source.pipe( switchScan((acc, num) => of(acc + num), ''), );.
確定! 回上一頁