1 Star 2 Fork 0

GiteeOS/es6tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.html 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
谭九鼎 提交于 2021-09-09 09:14 . use https for some links
<html>
<head>
<title>ES6标准参考教程</title>
<script>
var loc = 'https://es6.ruanyifeng.com';
var regex = /http:\/\/es6\.ruanyifeng\.com\/docs\/([^#]+)#(.+)/;
var result = regex.exec(window.location);
if (result) {
window.location = loc + '/#docs/' + result[1] + '#' + result[2];
} else {
window.location = loc;
}
</script>
</head>
<body>
<p>redirecting...</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GiteeOS/es6tutorial.git
[email protected]:GiteeOS/es6tutorial.git
GiteeOS
es6tutorial
es6tutorial
gh-pages

搜索帮助