閱讀904 返回首頁    go 阿裏雲 go 技術社區[雲棲]


js如何禁用鼠標右鍵

 

js如何禁用鼠標右鍵

 

function stop(){
   return false;
  }
  document.oncontextmenu=stop;

 

原帖地址:https://blog.sina.com.cn/s/blog_573a052b0100m6kt.html

最後更新:2017-04-02 22:16:12

  上一篇:go 對話:關於委托的進一步討論
  下一篇:go 關於二進製Web服務框架Hessian最簡單代碼實例