在Python3中,pymysql的用法与MySQLdb完全相同,只要记得在站点的 _init__ .py文件中添加如下代码就可以了~: import pymysql pymysql.install_as_MySQLdb()