pip install karrigell python from karrigell import Application, get_response app = Application() def hello_world(request): return "Hello, World!" app.add_url_rule('/', hello_world) if __name__ == '__main__': app.start() python app.py


上一篇:
下一篇:
切换中文