python前十进,求解一道题
https://img.dota2.me/images/2021/10/20/69be54b9431683d4.jpg 这个一步一步做呗,有啥不会的就google。比方说不知道怎么读page,你就查python read html file。不知道怎么检查存在,你就查python check existence of substring in string类似这样的。 读网页你搜一下requests,然后存个string 再用正则找吧 关键词:requests+re,用requests的get/post获取返回值,然后用re去找,
页:
[1]