而在python3 中可以使用库pymysql。 1.先导入库名可以在pycharm 中下载相应的包 import pymysql. 2.连接数据库 db=pymysql.connect(host="localhost" ...
確定! 回上一頁