Python实现链接mysql

# -*- coding:utf-8 -*- __author__ = 'yangxin' import pymysql class MysqlClient(object): def __init__(self, host, port, user, passwd, db): self.coon = pymysql.connect(host=host, port=por
相关文章
相关标签/搜索