摘要: Python生成随机验证码,需要使用PIL模块. 1 pip3 install pillow 基本使用 1.创建图片 1 from PIL import Image 2 img = Image.new(mode='RGB', size=(120, 30), color=(255, 255, 255) 阅读全文
posted @ 2023-10-19 09:08 jakub 阅读(56) 评论(0) 推荐(0)