#!/usr/bin/env python import os import pyodbc import subprocess import sys def do_it(): connection = pyodbc.connect("DSN=excel_dsn", ...
確定! 回上一頁