当你需要解析和处理XML 的时候,Python 表现出了它“batteries included” 的一面。 ... for child_of_root in root: ... print child_of_root.tag, ...
確定! 回上一頁