首页
编程
java
php
前端
首页
编程
java
php
前端
python+requests正则怎么提取打印的内容
用正则怎么提取出sid的内容?
这样吗:
"sid":"(.*?)"}
(?<=\"sid\"\:\").*?(?=\")
点击展开全文