js区分ie8- 和 firefox、chrome或ie9+

 

 

 

<script type="text/javascript">
if (!-[1,]) {
    //<=IE8
}
</script>

 

 

posted @ 2013-12-20 09:46  赵小磊  阅读(173)  评论(0)    收藏  举报
回到头部