摘要: from django.shortcuts import render, HttpResponse import json from app01 import models # Create your views here. def test(request): if request.method == "POST": name = request.POST.get(... 阅读全文
posted @ 2018-08-18 14:21 CHVV 阅读(200) 评论(0) 推荐(0)