RxJS 是筆者認為未來幾年內會非常紅的Library,RxJS 提供了一套完整的非同步解決方案,讓 ... fromEvent(document.body, 'click') // 註冊監聽 .take(1) // 只取一次 ...
確定! 回上一頁