摘要: def ut_zhihu_rank(): url = '' i = 0 md = '' headers = { 'user-agent':'ua' } res = requests.get(url, headers=headers) soup = BeautifulSoup(res.content, 阅读全文
posted @ 2021-09-11 21:08 Timor88 阅读(53) 评论(0) 推荐(0)
摘要: 网址链接 def ut_chaofun_pic(): url = '' res = ut_url_get(url) json_ = res.json() link = 'https://i.chao.fun/' + json_['data']['posts'][0]['imageName'] ret 阅读全文
posted @ 2021-09-11 07:39 Timor88 阅读(27) 评论(0) 推荐(0)