摘要: 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- 3 import MySQLdb 4 5 class Database: 6 def __init__(self,user,passwd,db,host,port): 7 self.user=user 8 self.pas... 阅读全文
posted @ 2017-12-07 22:34 1109159477 阅读(1006) 评论(0) 推荐(0) 编辑