摘要: Python生成随机验证码,需要使用PIL模块. 安装: 1 pip3 install pillow 基本使用 1. 创建图片 1 2 3 4 5 6 7 8 9 from PIL import Image img = Image.new(mode='RGB', size=(120, 30), co 阅读全文
posted @ 2020-12-07 16:13 努力乄小白 阅读(136) 评论(0) 推荐(0) 编辑