[Python] 使用python的隨機驗證碼。

from PIL import Image, ImageDraw,ImageFont, ImageFilter import random # 隨機字母(含大小寫) def rndChar(): return chr(random.randint(65,122)) # 隨機數字 def rndInt(): return chr(random.randint(48,57))
相關文章
相關標籤/搜索