js如何禁用鼠标右键

来源:岁月联盟 编辑:exp 时间:2012-02-07
js如何禁用鼠标右键
 
function stop(){
   return false;
  }
  document.oncontextmenu=stop;


摘自 徐越的专栏