import { from } from "rxjs"; import { tap } from "rxjs/operators"; from([1, 2, 3]) .pipe(tap(item => /* do something with value ...
確定! 回上一頁