python 安装xml
python 安装xml.dom.minidom
这个包是python系统自带的包。不需要安装
(base) C:UsersYANG>python Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from xml.dom.minidom import parseString >>>



