Mysql¶
使用¶
安装mysql-connect的包
代码如下:
import mysql.connector
config={'host':'','port':3306,'user':"",'password':'','data
2021-03-21