#!/usr/bin/python # -*- coding: utf-8 -*- # 引入MySQLdb 模組,提供連接MySQL 的功能import MySQLdb # 連接MySQL 資料庫db = MySQLdb.connect(host="伺服器", ...
確定! 回上一頁