JS判断浏览器IE8或者IE9

<head>

<!--[if lte IE 8]><script src="r2d3.js"></script><![endif]-->
<!--[if gte IE 9]><!-->
<script src="d3.v3.min.js"></script>
<!--<![endif]-->

</head>

原文地址:https://www.cnblogs.com/yun007/p/3076012.html