#!/usr/bin/env python import xml.dom.minidom as md import sys ... for line in md.parse(open(f)).toprettyxml(indent=' '*2).split('\n') if ...
確定! 回上一頁