html+css中讓網(wǎng)頁(yè)禁止右鍵菜單的方法
2020-09-20通過(guò)javascript來(lái)實(shí)現(xiàn): oncontextmenu 右鍵菜單事件 onselectstart 選中網(wǎng)頁(yè)內(nèi)容事件 oncopy 復(fù)制網(wǎng)頁(yè)內(nèi)容事件 寫法1: scripttype=text/javascriptdocument.oncontextmenu=function(){returnfalse;};/script 寫法2:也可