利用python和MySQL數據庫實現基本的數據插入

import pymysql try: db = pymysql.connect(host='localhost', user='root', password='112223', port=3306, db='test') cursor = db.cursor() data = { 'test_id': '"5555"', 'test_na
相關文章
相關標籤/搜索