pymssql 默认使用的编码格式是unicode ,但是SQLServer 的默认编码是gbk ... self.db = pymssql.connect(host, database, user, password, charset)
確定! 回上一頁