摘要: 在做一个otp验证的时候,因为每次都要点击发送验证码,然后去数据库查询这条验证码 先来公共函数 # coding=utf-8import MySQLdbclass MySql(): def __init__(self,db): self.mysql = MySQLdb.Connect( host=" 阅读全文
posted @ 2020-01-03 17:32 以泪为证 阅读(635) 评论(0) 推荐(0)