摘要:
1、导入MySQLdb模块 import MySQLdb 2、声明连接对象 conn = MySQLdb.Connection( host = '127.0.0.1', port = 3360, user = 'root', passwd = '12345', db = 'mysql' use_un 阅读全文
posted @ 2017-05-27 11:00
xin-whut
阅读(122)
评论(0)
推荐(0)
浙公网安备 33010602011771号