from pyquery import pyQuery as pq url初始化 doc = pq(url=" ") 文件初始化 doc = qp(filename="路径") 基本css选择器 参考链接:https://www.cnblogs.com/lei0213/p/7676254.html