在win10 中的Edge浏览器中部分格式的数字显示链接。
eg: <span class="order1-button">999-120-9191</span> // 该数组在edge会显示链接形式,原因是edge会自动识别一定格式的数字作为电话号码。
解决方案;在head添加一段声明来禁止该功能:
<meta name="format-detection" content="telephone=no">
链接地址:https://stackoverflow.com/questions/23130778/how-to-remove-phone-number-link-on-iphone