E.g: 261 262 >>> import defusedexpat 263 >>> xmltodict.parse('<a>hello</a>', expat=defusedexpat.pyexpat) 264 OrderedDict([(u'a', u'hello')]) 265 266 You can ...
確定! 回上一頁