摘要:
#coding=utf-8 import MySQLdb conn = MySQLdb.connect(host='localhost',user='root',passwd='123456',charset='utf8') cursor = conn.cursor() try: #创建数据库 DB_NAME = 'test' cursor.execute('DR... 阅读全文
posted @ 2016-12-04 14:57
七月的尾巴_葵花
阅读(476)
评论(0)
推荐(0)

浙公网安备 33010602011771号