import { of } from 'rxjs';; import { tap, filter } from 'rxjs/operators';; let list1 = of(1, 2, 3, 4, 5, 6);; let final_val = list1.pipe( ...
確定! 回上一頁