摘要:
网站地址='https://lishi.tianqi.com/chengdu/201704' import matplotlib.pyplot as plt import requests from lxml import etree from numpy import * import re if 阅读全文
摘要:
一、我们要用python第三方库: import requests import re 二、找到自己感兴趣的网页图片: for i in range(1,2): url = "https://sc.chinaz.com/tupian/index.html" # 网站地址 if i ==1: url 阅读全文