摘要: 正文 网页地址: 红牛官网 http://www.redbull.com.cn/about/branch 主程序,如下: 运用正则表达式功能实现,借鉴文档:正则表达式:https://www.cnblogs.com/panda-xin/p/15599186.html 1 import re 2 3 阅读全文
posted @ 2021-11-25 20:58 Panda_Xin 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Python内置模块(re+collections+time等模块) 1. re模块 import re 在python要想使用正则必须借助于模块 re就是其中之一 1.1 findall功能( re模块就主要掌握findall功能即可,其他看看就行了 ) 1.2 search 功能 """如果没有 阅读全文
posted @ 2021-11-25 20:10 Panda_Xin 阅读(41) 评论(0) 推荐(0) 编辑