摘要: 1 #!/usr/bin/python 2 # -*- coding=uft-8 -*- 3 4 import sys 5 import MySQLdb 6 7 conn = MySQLdb.connect(host="localhost",user="root",passwd="",db="... 阅读全文
posted @ 2015-01-13 16:00 abcv 阅读(76) 评论(0) 推荐(0)