摘要:
思路总结: html代码: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scal 阅读全文
posted @ 2021-05-23 11:00
靠谱杨
阅读(485)
评论(0)
推荐(0)
摘要:
数据库部分: 1 #重置密码 2 def reset_pass(phone,password): 3 conn,cursor=get_conn() 4 sql="update userdata set userpass='"+password+"' where userphone='"+phone+ 阅读全文
posted @ 2021-05-23 00:06
靠谱杨
阅读(587)
评论(0)
推荐(0)