sqlite3 是Python集成的內置類庫,提供Python操作sqlite3的相關介面。 ... 1 def queryData(): 2 """查詢語句""" 3 sql = 'select id,name,age from person ' 4 ...
確定! 回上一頁