© 1999-2048 dssz.net 粤ICP备11031372号
[其它] python中使用PIL制作并验证图片验证码
说明:验证码制作 #string模块自带数字、字母、特殊字符变量集合,不需要我们手写集合 import string import random import os import uuid import settings from PIL import Image, ImageDraw, ImageColor, ImageFilter, ImageFont class Code(object): # 生成随机生成数字或字母 def random_hexdigits(self, len=1):<weixin_38634323> 上传 | 大小:40kb