$("body").mousedown(function(event){ if(event.button == 0){ //鼠标左键 alert("您点击了鼠标左键!"); }else if(event.butto……