python-diango-web icon indicating copy to clipboard operation
python-diango-web copied to clipboard

views.py

Open ericwuu opened this issue 3 years ago • 0 comments

学生信息新增, 修改 ,删除, 处理函数

怎么会每个函数都得放 database connection string 啊?!

conn = MySQLdb.connect(host="localhost", user="root", passwd="123456", db="sms", charset='utf8')

ericwuu avatar Aug 19 '21 20:08 ericwuu