首页
编程
java
php
前端
首页
编程
java
php
前端
re.findall(r'^.*?html',c)
python re模块 这句话是什么意思啊 c是一个字符串
对于正则有点迷~
findall返回所有的匹配 正则的意思是,以任意字符开头,html结尾
点击展开全文