def test_odbc(self): try: import pyodbc except ImportError: return conn = pyodbc.connect( 'Driver={MySQL};Server=127.0.0.1;Port=3306 ...
確定! 回上一頁