禁用鼠标右键菜单document.addEventListener("contextmenu",function(e){ e.preventDefault()})禁止鼠标选中document.addEventListener("selectstart" ...
確定! 回上一頁