标签:图片 headers ati 消息 header utf-8 head 技术 char
requests.post(url=url,json=post_dict)
requests.post(url=url,data=json.dumps(post_dict),headers={‘content_Type‘:‘application/json;charset=utf-8‘})
ensure_ascii=False 中文不会转化unicode编码
.strip() 去空格
含中文发送要用字节格式
标签:图片 headers ati 消息 header utf-8 head 技术 char
原文地址:https://www.cnblogs.com/jintian/p/11406459.html