2021年6月12日
摘要: https://www.zhihu.com/question/393044551/answer/1273429596 https://www.zhihu.com/question/57854431/answer/1318872698 阅读全文
posted @ 2021-06-12 23:33 一杯明月 阅读(271) 评论(0) 推荐(0)
摘要: 为某些原因,需要读取d.lib后缀的文件, os.listdir() 语法:os.listdir(path) 函数用途:输出路径下所有文件的文件名 import os path = "E:/vs_code/qtVideo/lib" datanames = os.listdir(path) for i 阅读全文
posted @ 2021-06-12 19:34 一杯明月 阅读(1862) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-06-12 01:16 一杯明月 阅读(1767) 评论(0) 推荐(0)