摘要: 就是图中的这种滑块验证码 先贴源码,基本思路就是 用PIL,然后对比 验证码图片 有缺口和无缺口的不同,计算出偏移量,模拟滑块滑动。 import time import random import io from PIL import Image from urllib.request impor 阅读全文
posted @ 2021-03-10 13:35 霜序五 阅读(802) 评论(0) 推荐(0)