這裡跟上次一樣,我們會用到mousedown, mouseup, mousemove 三個事件。 const mouseDown = Rx.Observable.fromEvent(video, 'mousedown') const mouseUp = ...
確定! 回上一頁