繁体   English   中英

如何在iPhone,iPad上的数字上删除超链接?

[英]How to remove a hyperlink on a number on iphone, ipad?

有谁知道我如何才能仅阻止某些数字集的链接(例如numéros),还可以让iphone链接真实的电话号码?

<h2>Table</h2>
<table class="table table-sm table-striped table-hover">
<caption class="sr-only">Résultat(s) de recherche</caption>
<thead>
  <tr>
   <th scope="col">Nom</th>
   <th scope="col">Numéro</th>
  </tr>
</thead>
<tbody>
  <tr tabindex="0" role="button" onclick="window.location='http://www.google.com'">
    <td>123 Plomberie</td>
    <td class="no_underline">25458-5172-53</td>
   </tr>
</tbody>
</table>

此解决方案适用于所有类型的号码,但是如何让iphone链接真实的电话号码: https : //webmasters.stackexchange.com/questions/4459/keep-iphone-browser-from-turning-numbers-into-links

这不是解决方案,而是临时解决方法,它适用于所有情况。 将此添加到html标头中

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM