python pymysql.err.InternalError: (1366, "Incorrect string value: '\\xE9\\x9F\\xA9\\xE6\\xA2\\x85...
摘要:
python3使用pymysql报错: image.png 代码: #插入数据 try: sql = 'INSERT INTO classb (a_id,name,age) VALUES (6,"韩",12)' cur.execute(sql) except Exception as e: prin 阅读全文
posted @ 2019-04-26 15:21
slqt
阅读(2868)
评论(0)
推荐(0)