我想知道rxjs和array上的對映以相同的方式工作。 ... subject.pipe( // the value here is a full array map(arr => arr.map(x => x * x)) ).subscribe(arr ...
確定! 回上一頁