concatMap(array => array) // flatten the array into single emissions .filter(x => x.id === 1) .subscribe(x => console.log(x)); 我正在使用 .of 接受多个参数。
確定! 回上一頁