加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
tranren 提交于 2017-02-16 21:14 . bug修改
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit"/>
<meta name="author" content="renyubin, renyubin@vacomall.com"/>
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
<title>昶昱黄金</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script type="text/javascript">
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.split(";")[1].replace(/[ ]/g, "") == "MSIE6.0") {
window.alert("该浏览器版本较低,请升级浏览器或者使用360浏览器、chrome浏览器!");
}
else if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.split(";")[1].replace(/[ ]/g, "") == "MSIE7.0") {
window.alert("该浏览器版本较低,请升级浏览器或者使用360浏览器、chrome浏览器!");
}
else if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.split(";")[1].replace(/[ ]/g, "") == "MSIE8.0") {
window.alert("该浏览器版本较低,请升级浏览器或者使用360浏览器、chrome浏览器!");
}
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化