我<!--[if IE 8]><![endif]-->用于针对IE8,但是我想为所有浏览器加载一些JS,除了IE8,我应该使用什么条件评论?
<!--[if IE 8]><![endif]-->
编辑:我想知道这是否会奏效: <!--[if lte IE 8]><![endif]-->
<!--[if lte IE 8]><![endif]-->
谢谢
html javascript conditional comments internet-explorer-8
comments ×1
conditional ×1
html ×1
internet-explorer-8 ×1
javascript ×1