摘要:
小demo,用于flask验证码 # pip install gvcode from gvcode import VFCode def getVerifyCode(): vc = VFCode( width=120, # 图片宽度 height=50, # 图片高度 fontsize=30, # 字 阅读全文
posted @ 2022-06-23 16:44
zwnsyw
阅读(748)
评论(0)
推荐(0)
摘要:
import random import string from smtplib import SMTP_SSL from email.mime.text import MIMEText from email.header import Header # 发送邮件,参数为收件邮箱地址和验证码 def 阅读全文
posted @ 2022-06-23 16:36
zwnsyw
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号