想知道window 怎么绑定mousedown 事件啊API没有 不知道有没有办法?知道的 帮个忙。。。。。
window.el.on('mousedown',function(){});或者window.body.on('mousedown',function(){});