gpt4 book ai didi

html - 如何删除 iphone、ipad 上数字的超链接?

转载 作者:行者123 更新时间:2023-11-28 00:37:06 26 4
gpt4 key购买 nike

有谁知道我如何才能阻止仅链接某些号码集(例如 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"> 

关于html - 如何删除 iphone、ipad 上数字的超链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54095373/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com