在<body>中加入属性代码:
oncontextmenu="return false" 禁止右键点击
onselectstart="return false" 禁止选中网页上的内容
oncopy="alert(‘禁止复制‘); return false" 禁止复制网页内容
原文:https://www.cnblogs.com/lljun/p/12048389.html