ios 图片点击两次禁止保存或拷贝

通常当你在手机或者pad上长按图像 img ,会弹出选项 存储图像 或者 拷贝图像,如果你不想让用户这么操作,那么你可以通过以下方法来禁止:

  img {
    -webkit-touch-callout: none;
  }
 
PS:需要注意的是,该方法只在 iOS 上有效。
上一篇:JSP页面导致tomcat内存溢出一例


下一篇:class java.awt.HeadlessException : No X11 DISPLAY variable was set, but this program performed an operation which requires it.