美文网首页
tornado POST取参数

tornado POST取参数

作者: 先赚1个亿 | 来源:发表于2016-10-13 15:23 被阅读0次

user =self.get_body_argument('username')

password=self.get_body_argument('password')

typeid =self.get_body_argument('typeid')

author =self.get_body_argument('author')

custom =self.get_body_argument('custom')

printuser,password,typeid,author,custom

取图片

send_file_body =self.request.files['picture'][0]

相关文章

网友评论

      本文标题:tornado POST取参数

      本文链接:https://www.haomeiwen.com/subject/qfiwyttx.html