为什么Microsoft Edge在这里有一个网址

时间:2018-05-07 17:53:35

标签: microsoft-edge

我把它简化为这个html:

<html>
<body>

Test_170185.00000

</body>
</html>

在边缘我得到:

enter image description here

在Chrome和Firefox上我得到类似的内容:

enter image description here

当我检查其中任何一个时,我只是得到了简单的html。 这是怎么回事?

这是一个jsfiddle:https://jsfiddle.net/dtrubb5z/

In Edge(41.16299.371.0): enter image description here

在Chrome(或其他任何内容)中: enter image description here

1 个答案:

答案 0 :(得分:3)

Edge将其检测为电话号码并决定为其设置样式。我知道禁用它的唯一方法是:

<html>
<body>

<p x-ms-format-detection="none">Test_170185.00000</p>


</body>
</html>

他们的文件在这里 https://msdn.microsoft.com/en-us/library/Dn337007