摘要: 执行app.run()方法: def run(self, host=None, port=None, debug=None, **options): from werkzeug.serving import run_simple if host is None: host = '127.0.0.1' 阅读全文
posted @ 2018-01-08 21:42 A-a 阅读(270) 评论(0) 推荐(0)