來探討一下RxJS 的repeat 這個operator. ... 解法1: 如果想要的效果可以使用interval 完成,改用interval + mergeMap(or other map) + take 來完成.
確定! 回上一頁