摘要: 网址链接 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)
摘要: 源网站 def ut_60s_read(): url = '' res = ut_url_get(url) soup = BeautifulSoup(res.content, 'lxml') link = soup.select('.col-lg-6 .entry-title a')[0]['hre 阅读全文
posted @ 2021-09-10 13:16 Timor88 阅读(269) 评论(0) 推荐(0)
摘要: 解Bl 下载相应官方ROM包,从中找到,boot.img 在面具中导入boot.img,会生成新的.img文件,导出到电脑 进入fastboot模式(音量减+开机) cmd执行 fastboot flash boot /path/to/生成的文件名.img 6. 重启 官方文档 视频教程 阅读全文
posted @ 2021-09-09 22:46 Timor88 阅读(105) 评论(0) 推荐(0)