让浏览器兼容H5元素和媒体查询的代码

1     <!--[if lt IE 9]>
2           <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
3           <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
4     <![endif]-->
原文地址:https://www.cnblogs.com/yangguoe/p/9883176.html