#!/usr/bin/env python # -*- coding: utf-8 -*- import pyodbc class MSSQL: """ 封装pyodbc """ def __init__(self,host,user,pwd,db="master", ...
確定! 回上一頁