我的html文档中有以下内容.
<!--[if (IE)]><!--> i am IE <!--<![endif]--> <!--[if !(IE)]><!--> i am not ie <!--<![endif]-->
在IE中查看它正确地说"我是IE"
在Chrome/Firefox中查看时,它错误地说"我是IE我不是ie"而不是"我不是IE"
http://jsfiddle.net/Hgx97/
html conditional-comments
conditional-comments ×1
html ×1