摘要: 1 import xml.sax 2 import sys 3 get_record=[] 4 class GetStorehouse(xml.sax.ContentHandler): 5 def __init__(self): 6 self.CurrentData="" 7 self.title= 阅读全文
posted @ 2020-05-24 18:11 小他_W 阅读(199) 评论(0) 推荐(0) 编辑