1."format-detection"

format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,
那关于meta的format-detection属性主要是有以下几个设置(默认情况下,telephone,email,address的值为: yes):
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="adress=no"  />
也可以连写:
<meta name="format-detection" content="telephone=no,email=no,adress=no" />

最新文章

  1. 【Spark】----Spark on Yarn
  2. MTOM以及在WCF中的应用
  3. 【Linux高频命令专题(21)】df
  4. Shell 循环读取文件
  5. innodb 悲观锁,乐观锁
  6. 控件构造函数需要的AOwner是TComponent,而不是Parent
  7. 最近招两个兼职的活(PHP和JSP)
  8. susmote个人网站博客论坛(TexTec | 关注互联网技术,传播极客精神)
  9. 【MT】牛津的MT教程
  10. ESLint学习小记
  11. Python实现图像直方图均衡化算法
  12. 【adb】执行adb devices 设备offline
  13. 步步为营-94-GridView中的DropDownlist值得获取与绑定
  14. nodejs内存溢出解决方法
  15. Lombok 使用攻略
  16. c# 多态 虚方法
  17. postMessage 实现跨源通信 iframe 跨域获取url
  18. slam course
  19. debug 在windows下的使用
  20. 今天练手了下mysqlbinlog,标记下

热门文章

  1. msp430FR5739 FRAM的学习
  2. [原创]cocos2d-x研习录-第二阶 概念类之布场层类(CCLayer)
  3. Postgres 9.4 feature highlight: REPLICA IDENTITY and logical replication
  4. 分布式id 实现方式
  5. javascript中的对象之间继承关系
  6. linux下nginx服务器域名指定目录
  7. FW开发代码规范---小任性(1)
  8. 关于C++中的类型转换
  9. yield个人理解及简明示例
  10. ISurfaceOp 接口生成等高线