Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您想让电话号码可点击,您可以使用“tel:”来执行此操作,但反过来呢?如果有 Callerid 并且我希望这个 Callerid 不可点击怎么办?
您应该在 html 页面中添加以下代码,以防止电话号码周围出现超链接:
<meta name="format-detection" content="telephone=no" />