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
相關文章
相關標籤/搜索