日期:2014-05-16 浏览次数:20587 次
$(funcation)(){ $("body").mousedown(funcation(e){ alert(e.which) }) } ------解决方案-------------------- 这个么3个事件,mousemovedown事件设置 key值为1, 可以mouseup事件里设置key为0,然后你在mousemove的时候判断key值就可以了 ------解决方案--------------------