摘要: import os, zipfile def deflate(paths, zip_path): z = zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED, allowZip64=True, compresslevel=9) for path i 阅读全文
posted @ 2021-04-22 17:10 ascertain 阅读(56) 评论(0) 推荐(0) 编辑
摘要: js 正向肯定预查 正向否定预查 反向肯定预查 反向否定预查 (?=) (?!) (?<=) (?<!)python 阅读全文
posted @ 2021-04-22 08:39 ascertain 阅读(79) 评论(0) 推荐(0) 编辑