相关疑难解决方法(0)

"IE8除外"的条件评论?

<!--[if IE 8]><![endif]-->用于针对IE8,但是我想为所有浏览器加载一些JS,除了IE8,我应该使用什么条件评论?

编辑:我想知道这是否会奏效: <!--[if lte IE 8]><![endif]-->

谢谢

html javascript conditional comments internet-explorer-8

6
推荐指数
2
解决办法
1万
查看次数