安裝PyMysql pip install pymysql 連接資料庫db = pymysql.connect(host=“localhost”, port=3306, user=“root”, passwd=“root”, …
確定! 回上一頁