摘要:
django中使用原生sql from django.db import connection cursor = connection.cursor() cursor.execute("select * from xx where id=1") row = cursor.fetchone() use 阅读全文
posted @ 2019-05-21 11:06
wangl3
阅读(160)
评论(0)
推荐(0)
2019年5月21日