摘要: 坚持写博客来记录学习过程,哪怕学习的东西多么简单!下面是python中cgi相关知识。 Template.py:(模板引擎文件) #模板引擎def start_response(resp="text/html"): return 'Content-type: '+resp+ '\n\n'def st 阅读全文
posted @ 2018-03-11 16:48 牛新龙的IT技术博客 阅读(1638) 评论(0) 推荐(0)