1. 程式人生 > >兼容html5新標簽及媒體查詢引入插件

兼容html5新標簽及媒體查詢引入插件

插件 .com src 標簽 com cdn -- html html5

<!-- 以下2個插件是用於在IE8支持HTML5元素和媒體查詢的,如果不用可移除 -->

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

兼容html5新標簽及媒體查詢引入插件