摘要: 简单了解 import MySQLdb #建立数据库连接 connect = MySQLdb.connect(host=host, user=dbuser, passwd=dbpass, db=dbname, charset=charset) #cursor = connect .cursor() 阅读全文
posted @ 2020-04-10 19:51 wqbin 阅读(415) 评论(0) 推荐(0) 编辑