摘要: 1 import requests 2 from pyquery import PyQuery as pq 3 import json 4 import jsonpath 5 from lxml import etree 6 import os 7 import re 8 import time 9 10 html = ''' 11 12 ... 阅读全文
posted @ 2018-10-28 17:14 快乐多巴胺 阅读(173) 评论(0) 推荐(0) 编辑
摘要: import requests from pyquery import PyQuery as pq import json import jsonpath from lxml import etree import os html = ''' first item second item third item ... 阅读全文
posted @ 2018-10-28 17:08 快乐多巴胺 阅读(464) 评论(0) 推荐(0) 编辑