IE 兼容性弹窗

由于没有找到特别适合国内使用的 IE 兼容性弹窗,所以就自己做了一个。 由于 Google Chrome 的官网国内不稳定,所以我指向了新浪的下载地址。

snipaste_20170622_140805.png

使用

引入 js 文件

<!--[if lte IE 9]>
<script src="js/dnie.min.js"></script>
<![endif]-->

dnit放在 html 文件同级目录

链接

Github:https://github.com/mrzhiin/do-not-ie