#!/usr/bin/python # -*- coding: utf-8 -*- import sys import xmltodict with open('valves.xml') as fd: doc = xmltodict.parse(fd.read()) print ...
確定! 回上一頁