python之django直接执行sql语句
sql = 'select * from stu' info = 模型类.objects.raw(sql)
posted on 2017-08-15 14:27 小明在线 阅读(411) 评论(0) 收藏 举报