摘要:
import mysql.connector test_db = mysql.connector.connect( host="localhost", user="root", passwd="123456", database="test" ) test_cursor = test_db.curs 阅读全文
posted @ 2022-12-27 14:08
周总在纽约
阅读(100)
评论(0)
推荐(0)
2022年12月27日