摘要: #!/usr/bin/env python #coding:utf-8 import MySQLdb import config class MySQLHelper(object): def __init__(self): self.conn=config.conn_dict def get_one 阅读全文
posted @ 2017-07-25 14:42 栗子玄机 阅读(182) 评论(0) 推荐(0) 编辑