python中关于windows文件名非法字符的过滤处理
摘要:
参考文章:http://www.cppcns.com/jiaoben/python/261979.html import renew_filename=re.sub(r'[\\/:*?"<>|\r\n]+', "_", old_filename) 阅读全文
posted @ 2020-12-03 10:30 9394952 阅读(959) 评论(0) 推荐(1) 编辑
2020年12月3日 #
posted @ 2020-12-03 10:30 9394952 阅读(959) 评论(0) 推荐(1) 编辑