IE / Edge 自动给数字加下划线的问题

网页内的表格数字,IE浏览器下浏览时,发现部分数字加了下划线,变蓝了,其他浏览器没有这个问题。

参考网上的解决办法,在网页<head>中加入以下语句解决。

<meta name="format-detection" content="telephone=no,email=no,address=no"> 

 

参考:https://blog.csdn.net/sandaray/article/details/79314954

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2021-11-23
  • 2021-06-26
  • 2021-09-26
猜你喜欢
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案