摘要: 两个例子: 使用模板 from django.shortcuts import render, HttpResponse from rest_framework.views import APIView class Order(APIView): def get(self, request, *ar 阅读全文
posted @ 2020-06-12 22:43 aaronthon 阅读(512) 评论(0) 推荐(0)