摘要: Python 解析XML实例 实例 #!/usr/bin/python3import xml.saxclass MovieHandler( xml.sax.ContentHandler ): def __init__(self): self.CurrentData = "" self.type =  阅读全文
posted @ 2021-12-06 21:06 不详·Christina 阅读(22) 评论(0) 推荐(0)