interval(1000).pipe( map(t => t = t + 1), filter(t => !!(t % 2)) // 篩選出來奇數 ).subscribe(res => console.log(res)) //Marble diagrams ...
確定! 回上一頁