Python与数据库(mysql)交互 Python2 安装mysql模块 sudo apt-get install python-mysqldb 在文件中引入模块 import MySQLdb Python3 安装pymysql