摘要: # -*- coding:UTF-8 -*-import osimport ioimport os.pathimport shutildef del_file(path): if not os.listdir(path): print('it is null') else: for i in os. 阅读全文
posted @ 2022-05-02 21:23 小白成长记-yan 阅读(300) 评论(0) 推荐(0)