XML et python, apprendre à parser des données XML en python. ... tree = etree.parse("data.xml") for user in tree.xpath("/users/user"): ...
確定! 回上一頁