To generate XML, first we need to install the xmltodict module using the following ... my_dict = xmltodict.parse(my_xml) print(my_dict['root']['stu1']) ...
確定! 回上一頁