1 Star 1 Fork 0

凉宫长门/moefm-html5-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oauth_callback.html 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OAuth Callback</title>
<script>
if(window.location.href.indexOf('verifier')>=0){
var verifier=window.location.href.match(/verifier=(\w{10})/)[1];
window.localStorage.setItem('verifier', verifier);
if(!window.opener)window.self.opener=null;
window.close();
document.write('若您看到这段文字,则表明该页面未正常关闭,请手动将本页面关闭');
}
</script>
</head>
<body>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/nagato/moefm-html5-project.git
[email protected]:nagato/moefm-html5-project.git
nagato
moefm-html5-project
moefm-html5-project
master

搜索帮助