摘要: 什么是WSGI: WSGI的全称是Web Server Gateway Interface,翻译过来就是Web服务器网关接口。具体的来说,WSGI是一个规范,定义了Web服务器如何与Python应用程序进行交互,使得使用Python写的Web应用程序可以和Web服务器对接起来 Web服务器网关接 i 阅读全文
posted @ 2020-04-09 11:34 my_Sunday 阅读(149) 评论(0) 推荐(0) 编辑