摘要:
from PIL import Image, ImageDraw, ImageFont, ImageFilter import random # 随机字母: def rndChar(): return chr(random.randint(65, 90)) # 随机颜色1: def rndColor(): return (random.randint(64, 255), r... 阅读全文
摘要:
import smtplibfrom email.mime.text import MIMEText_user = "1147016115@qq.com"#发件人_pwd = "wcpxldrtuthagjbc"#qq邮箱授权码_to = "1208832227@qq.com"#收件人 msg = 阅读全文