db = MySQLdb.connect(host = "localhost" , user = "使用者" , passwd = "密碼" , db = "資料庫名稱" ). cursor = db.cursor(). ### 執行SQL 語句###.
確定! 回上一頁