iPhone 将我网站上的日期转换为电话号码 ߞ我怎样才能防止这种情况?

发布于 2024-10-24 14:20:19 字数 371 浏览 1 评论 0原文

最近,我在 iPhone 中检查了我的网站,发现 iPhone 有时会转换日期或任何类似于电话号码的内容。

这是什么意思?假设我的网站上某处有以下行:

bla bla bla 19/03/2011

iPhone 将其转换为电话号码 — 颜色变为黑色,字体变小(如 12px)。

我怎样才能禁用它?我需要向我的网站添加什么才能防止转换?

我可以操纵它,这样它就不会将其转换为电话号码 - 例如通过在日期之前添加“-”,但我不想那样做。

我该如何解决?

谢谢。

Recently I checked my website in iPhone and I discovered that the iPhone sometimes convert dates or anything similiar to phone numbers.

What does it mean? Let’s say I’ve got, somewhere on my website, the following line:

<font style="color:red;font-size:40px;">bla bla bla 19/03/2011</font>

The iPhone converts it to a phone number — the color become black and the font size become small (like 12px).

How can I disable it? What do I need to add to my website in order to prevent the conversion?

I can manipulate it so it won’t convert it into phone number - for example by adding '-' before the date, but I dont want to do it that way.

How can I solve it?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑咖 2024-10-31 14:20:19

我相信这就是您正在寻找的:

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

I believe this is what you are looking for:

<meta name="format-detection" content="telephone=no">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文