本文共 695 字,大约阅读时间需要 2 分钟。
一般写法
from lxml import etreehtml = '''
输出:
D:\Python\venv\Scripts\python.exe D:/Python/venv/test9.py['需要的内容1']Process finished with exit code 0
starts-with()可以获取类似标签的信息。
from lxml import etreehtml = '''
输出:
D:\Python\venv\Scripts\python.exe D:/Python/venv/test9.py需要的内容1需要的内容2需要的内容3Process finished with exit code 0
**转载于:https://blog.51cto.com/12884584/2352679