需要導入模塊: import pyodbc [as 別名] # 或者: from pyodbc import connect [as 別名] def query(self, qtext, *args): if self.cursor is None: raise ...
確定! 回上一頁