摘要:
application.py def hello(environ, start_response): start_response('200 OK', [('Content-Type', 'text/html')]) return '<h1>Hello,WSGI!</h1>' from wsgiref.simple_server import make_server from applicatio 阅读全文
posted @ 2019-08-29 10:28
机制的小鱼
阅读(404)
评论(0)
推荐(0)