鱼C论坛

 找回密码
 立即注册
分享 抢最佳代码
liuzhengyuan 2020-8-1 21:23
根据 zltzlt 大佬的代码改编 # -*- coding: utf-8 -*- from requests import get from re import findall import easygui as eg from time import sleep res = get("https://fishc.com.cn/bestanswer.php?mod=huzhutype=undo").text # 下载网页 last = int(findall(r'span title="共 (\d+?) ...
个人分类: python|756 次阅读|2 个评论 热度 6
分享 刷鱼币代码
liuzhengyuan 2020-7-28 10:14
from requests import get for i in range(1, 79): html = get(f"https://fishc.com.cn/forum-337-{i}.html").text if "回帖奖励" in html: print(i)
个人分类: python|838 次阅读|3 个评论 热度 3
分享 VS 这速度……
liuzhengyuan 2020-7-5 21:10
VS 这速度……
个人分类: python|680 次阅读|3 个评论 热度 2
分享 把 python 重装之后,所有的模块都得重新安装。。。
liuzhengyuan 2020-5-3 20:01
把 python 重装之后,所有的模块都得重新安装。。。
个人分类: python|751 次阅读|4 个评论 热度 7

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2026-4-16 06:26

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

返回顶部