xpah 的语法认识闲话少说,直接上图
xpath 爬取图片代码如下
import requests
from lxml import etree
import os
if __name__ == "__main__":
# 创建
2022-11-21