为什么在Internet Explorer 11中无法识别HTML中的条件注释?现在不支持吗?

时间:2015-01-01 23:53:44

标签: html5 internet-explorer internet-explorer-11 conditional-comments

我想在不同的浏览器上显示不同的内容。我使用的是Internet Explorer 11和Google Chrome 39.但是,在Internet Explorer和所有其他浏览器中,#34; Not Internet Explorer"被展示。代码有问题吗?我看到以下代码作为同一个question之一的答案,那么为什么它现在不起作用?

代码:

<!DOCTYPE html>
<html>
<body>

<!--[if (IE)]><p>This is Internet Explorer</p><![endif]-->

<!--[if !(IE)]><!--> Not Internet Explorer <!--<![endif]-->

</body>
</html>

1 个答案:

答案 0 :(得分:3)

从版本10开始,Internet Explorer中的

Microsoft dropped conditional comments