hdml指的是什么接口
265
2022-08-24
rest_framework_xml 解析xml成Python 字典格式数据对象
XML
import iofrom rest_framework_xml.parsers import XMLParser# response.text ==> xmls = io.StringIO(response.text)parser_data = XMLParser().parse(s)
解析后数据
{ 'OriginalInfo': { 'Key': 'test.jpeg', 'Location': 'qr-code-1305143506.cos.ap-shanghai.myqcloud.com/test.jpeg', 'ETag': '"930b8ceb82c9e7ed3dc61bdc0f8577065f7484a7"', 'ImageInfo': { 'Format': 'JPEG', 'Width': 1664, 'Height': 2338, 'Quality': 93, 'Ave': '0xe0e0e0', 'Orientation': 0 } }, 'ProcessResults': { 'Object': { 'Format': 'JPEG', 'Width': 1664, 'Height': 2338, 'Size': 234344, 'Quality': 93, 'CodeStatus': 1, 'QRcodeInfo': { 'CodeUrl': '王懿馨:101005:[object MouseEvent]', 'CodeLocation': { 'Point': '1587,397' } } } }}
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~