來探討一下RxJS 的repeat 這個operator. ... obs.pipe(retry()).subscribe(); ... import { repeat, delay } from 'rxjs/operators';
確定! 回上一頁