摘要: 20221220 glob.glob(path_name)会返回一个符合path_name的list 如果你使用: glob.glob('*')等同于使用os.listdir('./'). 参考: [1] https://www.pynote.net/archives/852 阅读全文
posted @ 2022-12-20 14:48 xiaoxuxli 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 20221220 使用python调用系统命令的时候需要用到os.system。 具体用法是: os.system(cmd_string) 参考: [1] https://www.cnblogs.com/liuhaidon/p/12077007.html 阅读全文
posted @ 2022-12-20 14:22 xiaoxuxli 阅读(60) 评论(0) 推荐(0) 编辑