摘要:
Installation Now that python is installed, open the Command line and make sure python is available by typing python --version. Then, do the following 阅读全文
摘要:
import os import comtypes.client folder = r'doc文档所在文件夹路径' for dirpath, dirnames, filenames in os.walk(folder): for file in filenames: fullpath = os.path.join(dirpath, file) prin... 阅读全文