学习笔记(01):Python 面试100讲(基于Python3.x)-读取XML节点和属性值

立即学习:https://edu.csdn.net/course/play/26755/340105?utm_source=blogtoedu

通过parse函数可以读取xml文档,该函数返回ElementTree类型的对象,通过该对象的iterfind方法可以对xml中特定节点进行迭代

发布了17 篇原创文章 · 获赞 0 · 访问量 188

猜你喜欢

转载自blog.csdn.net/weixin_43745945/article/details/104183720