cursor = connect.cursor() # 建立一個遊標物件python裡的sql語句都要通過cursor來執行sql = "select id,name, sex from student" #查詢資料庫 ...
確定! 回上一頁