摘要: 转自: https://www.cnblogs.com/wt7018/p/11617878.html 1、方式一 # 查询 cursor = session.execute('select * from users') result = cursor.fetchall() # 添加 cursor = 阅读全文
posted @ 2020-03-14 06:52 garfieldtom 阅读(710) 评论(0) 推荐(0)