摘要: WSGI(Web Server Gateway Interface)是一种规范,它定义了使用python编写的web app与web server之间接口格式,实现web app与web server间的解耦。 python标准库提供的独立WSGI服务器称为wsgiref。 1 from wsgir 阅读全文
posted @ 2017-06-04 11:58 jianquan 阅读(177) 评论(0) 推荐(0)