python爬蟲xpath實戰練練手

#!/usr/bin/env python # -*- coding: utf-8 -*- import re import requests from lxml import etree import os url = 'https://www.sshs.cc/page/4' # get htmlText r = requests.get(url) r.encoding = r.appare
相關文章
相關標籤/搜索