为了让ie 678浏览器支持h5标签, 可以用条件注释来解决.
<!-- 条件注释, 只有ie8 才能够识别. -->
<!-- 目的是为了让ie8以下的浏览器支持h5标签 -->
<!--[if lte ie 8]
<script src="html5shiv.min.js" type="text/javascript"></script>
![endif]-->
<!-- lte:
l: less
t: than
e: equal
-->
网友评论