摘要: 一、shelve模块 二、XML模块 1.增、删、改、查 import xml.etree.ElementTree as ET tree = ET.parse("list.xml") root = tree.getroot() print(root.tag) # 查询 # # 遍历xml文档 # f 阅读全文
posted @ 2017-03-02 18:24 willianflasky 阅读(119) 评论(0) 推荐(0) 编辑