import { interval } from 'rxjs'; import { bufferTime } from 'rxjs/operators'; const source = interval(500); // 2秒后,将缓冲值作为数组发出 ...
確定! 回上一頁