bootstrap兼容ie8浏览器

只需要引这3个包就可以了

<link rel="stylesheet" href='bootstrap/dist/css/bootstrap.css'>

<!--[if lte IE 9]>
<script src='bootstrap/js/html5shiv.js'></script>
<script src='bootstrap/js/respond.js'></script>
<![endif]-->

原文地址:https://www.cnblogs.com/-5012/p/5653165.html