把连接MySQL数据库的代码修改为这种形式:db = pymysql.connect(host="localhost", user="root", password="root", database="mrsoft")新版本的pymysql需要这样连接MySQL