str ="<?xml version="1.0" ?><person><name>john</name><age>20</age></person" dic_xml = convert_to_dic(str). 然后 dic_xml 会看起来像 {'person' ...
確定! 回上一頁