正如上面所說的,Observable 物件能夠執行鏈式操作,具體如下所示: const input$ = Rx.Observable.fromEvent(node, 'input') .map(event => ...
確定! 回上一頁