今天用vue+原生js的mousemove事件,写了个拖动,发现只能慢慢拖动才行, ... document.onmousemove=function (ev) { var event=ev||window.event; ...
確定! 回上一頁