vue 的事件修饰符 capture 到底怎么回事?
0 1 2 3 let vm=new Vue({ el:'#app', data:[], methods:{ btn0(){ alert('btn0') }, btn1:function(){ alert('btn1') }, btn2:function(){ alert('b…
window.captureEvents和obj.setCapture有什么作用,什么时候使用?
javascriptwindow.captureEvents(Event.eventType) window.releaseEvents(Event.eventType) object.setCapture() object.releaseCapture() window.ca…
- 共 1 页
- 1