会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
圣君
博客园
首页
新随笔
联系
订阅
管理
2020年11月5日
python 保存文件时替换文件名中的非法字符 (windows)
摘要: 1.用re模块 import re def validateTitle(title): rstr = r"[\/\\\:\*\?\"\<\>\|]" # '/ \ : * ? " < > |' new_title = re.sub(rstr, "_", title) # 替换为下划线 return
阅读全文
posted @ 2020-11-05 09:59 圣君
阅读(1557)
评论(0)
推荐(0)
编辑
公告