最近研究了一下前端图片和文字选中和拖拽以及保存的技巧:
1、禁止鼠标右键保存图片
<img src="logo.png" width="150" height="150" oncontextmenu="return false;">
2、禁止鼠标拖动图片
<img src="logo.png" width="150" height="150" ondragstart=
最近研究了一下前端图片和文字选中和拖拽以及保存的技巧:
<img src="logo.png" width="150" height="150" oncontextmenu="return false;">
<img src="logo.png" width="150" height="150" ondragstart=