判断文件路径不存在创建文件路径
if not osp.exists(path): os.makedirs(path)
去除字符串非法字符,防止创建文件夹报错
#去掉非法字符 pitow = re.sub('[\/:*?"<>|]','-',name)
标签:字符,路径,爬虫,更新,非法,代码段,path From: https://www.cnblogs.com/Wei-notes/p/17334516.html
判断文件路径不存在创建文件路径
if not osp.exists(path): os.makedirs(path)
去除字符串非法字符,防止创建文件夹报错
#去掉非法字符 pitow = re.sub('[\/:*?"<>|]','-',name)
标签:字符,路径,爬虫,更新,非法,代码段,path From: https://www.cnblogs.com/Wei-notes/p/17334516.html