使用python生成驗證碼

生成一個包含四個字母的驗證碼~python #!/usr/bin/env python # -*- coding: utf-8 -*- from PIL import Image, ImageDraw, ImageFont, ImageFilter import random # random character def rndChar(): return chr(random.ran
相關文章
相關標籤/搜索