pymysql用insert向数据库插入

                c = cursor.execute("INSERT INTO `studentmemo`.`teacher`(`账号`,`密码`) VALUES('"+str(account)+"','"+str(password)+"');")
                conn.commit()#使上一条语句生效,我怀疑是执行代码上一行是存储
posted @ 2023-06-02 11:23  祥瑞哈哈哈  阅读(86)  评论(0编辑  收藏  举报