首先导入模块:import pymysql; 连接数据库:数据库连接对象= pymysql.connect("host="localhost",port=3306,user='root',passwd='123456' ...
確定! 回上一頁