2022-04-10
禁止右键
<body oncontextmenu="self.event.returnValue=false">
禁止选中
<body onselectstart="return false">