摘要: 作用: 正则表达式 必要操作: >>> import re 帮助查看: >>> help(re) 或 单独查看某个方法(函数) >>> help(re.sub) 方法(函数): >>> re.match('[0-9]+.[0-9]+', compute_capability) 阅读全文
posted @ 2021-12-06 20:47 悟透 阅读(72) 评论(0) 推荐(0)