2017年11月20日
摘要: 一、验证码相关知识 Python生成随机验证码,需要使用PIL模块. 安装: pip3 install pillow 基本使用 1. 创建图片 from PIL import Image img = Image.new(mode='RGB', size=(120, 30), color=(255, 阅读全文
posted @ 2017-11-20 21:06 海燕。 阅读(3122) 评论(6) 推荐(3)