python之webpy

标签:
web |
分类: python/深度学习 |
1安装
官网https://webpy.org/install
pip3 install web.py
2运行官网的例子
import web
urls = (
)
app = web.application(urls, globals())
class hello:
if __name__ == "__main__":
https://github.com/sunchen009/chouyangblog
前一篇:postman进行mock
后一篇:gitbash