2019年04月11日 python 操作mssql # -*- coding:utf-8 -*-import pymssql class MSSQL: def __init__(self,host,user,pwd,db): self.host = host