爬虫练习【炒饭pic】
网址链接
def ut_chaofun_pic():
url = ''
res = ut_url_get(url)
json_ = res.json()
link = 'https://i.chao.fun/' + json_['data']['posts'][0]['imageName']
return link
def ut_chaofun_pic():
url = ''
res = ut_url_get(url)
json_ = res.json()
link = 'https://i.chao.fun/' + json_['data']['posts'][0]['imageName']
return link