首页
编程
java
php
前端
首页
编程
java
php
前端
python的pyquery库的text方法
text()后面的[1:]是啥作用
去除第一个字符后剩下的字符
str='asdfffg' print(str[1:])
点击展开全文