摘要: # -*- coding: utf-8 -*-import MySQLdbconn = MySQLdb.connect(host='127.0.0.1', user='root', passwd='root', ... 阅读全文
posted @ 2014-04-13 17:39 CodeBank 阅读(220) 评论(0) 推荐(0) 编辑