摘要: def call_sp_test(): delete_sql = "call sp_test()" # 打开数据库连接 db = pymysql.connect(host=insert_mysqlserver, user=insert_username, password=insert_passwo 阅读全文
posted @ 2021-10-08 13:45 slnngk 阅读(817) 评论(0) 推荐(0)