python3操作mysql数据库增删改查 #!/usr/bin/python3 import pymysql import types db=pymysql.connect("localhost" ...