判断如果是IE9以下的浏览器,则跳转到upgrade.html页面
<!--[if lt IE9]>
<script>
window.location.href="./upgrade.html"
</script>
<![endif]-->
本文介绍了一种针对IE9及以下版本浏览器的检测方法,并实现了自动跳转至升级页面的功能。
判断如果是IE9以下的浏览器,则跳转到upgrade.html页面
<!--[if lt IE9]>
<script>
window.location.href="./upgrade.html"
</script>
<![endif]-->

被折叠的 条评论
为什么被折叠?