设置鼠标右键不能用

 function click()
  { 
   if(event.button==2)
     {
        //autoPullCard();
        alert('鼠标右键不能用了!') 
     } 
  } 
  document.onmousedown=click;

你可能感兴趣的:(设置鼠标右键不能用)