手机

密码

安全问题

注册 忘记密码?

详情请戳:https://www.udongman.cn/index.php?m=product&c=csp ​

有效期:2022/03/03 - 2022/08/30
去重工具美化更正版
来源: | 作者:wUw | 发布时间: 1309天前 | 2179 次浏览 | 分享到:


    FNN = time.strftime('%Y-%m-%d', time.localtime(time.time()))
    with open('./log/' + FN + '.txt', 'w',encoding='utf-8') as f:
        #print(listD)
        if listD == []:
            f.write('del' + FNN + 'n' + (str('无重复文件')))
        else:
            f.write('del' + FNN + 'n' + 'n'.join(listD))
            # 删除文件↓
            for z in listD:
                if os.path.exists(z):
                    os.remove(z)
    progressbarTwo['value'] = 2
    messagebox.showinfo("通知(Tips)", "完成!")#弹出结束通知
    path = os.path.abspath('./log/' + FN + '.txt')
    #print(path)
    os.startfile(path)  # 打开文件  

三、程序包:

https://prodbb45198-pic10.ysjianzhan.cn/upload/delfilerbw11.rar


  • 标题
  • 内容
  • 验证码
提交
标题内容提交时间
没有记录!