var button = document.querySelector('button'); Rx.Observable.fromEvent(button, 'click') // 对流进行scan (reduce) 操作,以获取count 的值 ...
確定! 回上一頁