Here's an example code: import pandas as pd import xml.etree.ElementTree as et xtree = et.parse("student.xml") xroot = xtree.getroot() ...
確定! 回上一頁