This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-02-03 20:02:38 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>Request Counter - Index - Flask</title>
|
|
|
|
|
<style>
|
|
|
|
|
.intro{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="intro">
|
|
|
|
|
<i>看到这句话就说明程序正常运行啦!!</i>
|
|
|
|
|
<br>
|
|
|
|
|
<i>本服务使用Python-Flask开发(Flask 官方地址:<a href="https://flask.palletsprojects.com/en/2.0.x/">Flask</a> )</i>
|
|
|
|
|
<br>
|
2022-02-04 12:17:28 +08:00
|
|
|
<i>调用示例: <a href="http://127.0.0.1:5000/API?name=main">127.0.0.1:5000/API?name=main</a> 注: 调用支持POST 和 GET 方法请求</i>
|
2022-02-03 20:02:38 +08:00
|
|
|
<br>
|
2022-02-04 12:17:28 +08:00
|
|
|
<i>已经搭建好的私人服务器调用地址:<a href="http://geminitay.pythonanywhere.com/API?name=main"></a></i>
|
2022-02-03 20:02:38 +08:00
|
|
|
<br>
|
|
|
|
|
<i>数字图片作者: <a href="https://www.iconfont.cn/user/detail?uid=363&nid=8RbLpoB8S23K">碎蜂</a></i>
|
|
|
|
|
<br>
|
|
|
|
|
<i>项目开源协议: <b>Apache-2.0</b> 即:
|
|
|
|
|
<br>
|
|
|
|
|
你可以直接使用该项目提供的功能, 无需任何授权
|
|
|
|
|
<br>
|
|
|
|
|
你可以在注明来源版权信息的情况下对源代码进行任意分发和修改以及衍生
|
|
|
|
|
</i>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|