摘要:
首先是谷歌主页的爬取 from pip._vendor import requests print('访问谷歌网站 获取Response对象') r = requests.get("http://www.google.cn") x = 1 while x <= 20: print('第' + str 阅读全文
posted @ 2020-12-13 11:43
洋洋洋洋洋洋仔
阅读(66)
评论(0)
推荐(0)
2020年12月13日