例如這個網站的內容http://bj.kongjianjia.com/xie...
人生最曼妙的风景,竟是内心的淡定与从容!
最右鍵事件進行重構http://www.oschina.net/code/s...
contextmenu事件 阻止右鍵預設行為
雷雷
https://developer.mozilla.org... 比較詳細document.addEventlistener('contextmenu',function(e){e.preventDefault();})
最右鍵事件進行重構
http://www.oschina.net/code/s...
contextmenu事件 阻止右鍵預設行為
雷雷
https://developer.mozilla.org... 比較詳細
document.addEventlistener('contextmenu',function(e){e.preventDefault();})