1 Star 0 Fork 0

qpython-android/qpython.org

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
community.html 419 Bytes
Copy Edit Raw Blame History
River authored 2020-01-25 22:23 +08:00 . Fix broken links
<script>
function getQuery(name) {
var url = window.location.search;
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var result = url.substr(1).match(reg);
return result ? decodeURIComponent(result[2]) : null;
}
if (getQuery("from")=="qpyplus") {
location.href='https://segmentfault.com/t/qpython'
} else {
location.href='https://www.facebook.com/groups/qpython'
}
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/qpython-android/qpython.org.git
git@gitee.com:qpython-android/qpython.org.git
qpython-android
qpython.org
qpython.org
master

Search