摘要: cursor.fetchone()与cursor.fetchall()的区别: cursor.fetchone():只能显示一个数据 cursor.fetchall():才能显示查出来的所有数据 Pymsql的其他常用方法 import pymysql #连接数据库 db = pymysql.con 阅读全文
posted @ 2019-11-13 09:40 CesareCheung 阅读(497) 评论(0) 推荐(0) 编辑