1 Star 1 Fork 0

ming/bokenew

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
ming 提交于 2022-02-08 10:11 . 修改域名
<!--
* @Descripttion:
* @Author: l01196_lmy
* @Date: 2022-02-08 10:09:08
* @LastEditors: l01196_lmy
* @LastEditTime: 2022-02-08 10:10:49
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
function goPAGE() {
if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
/*window.location.href="你的手机版地址";*/
return 'mobile'
}
else {
/*window.location.href="你的电脑版地址"; */
return 'pc'
}
}
if(goPAGE()=='pc'){
location.replace('/pc')
}else{
location.replace('/mobile')
}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leemingy/bokenew.git
git@gitee.com:leemingy/bokenew.git
leemingy
bokenew
bokenew
master

搜索帮助