import { repeat, delay } from 'rxjs/operators'; const source = of('Repeat message'); const example = source.pipe(repeat(3));
確定! 回上一頁