摘要: Ajax的小案例 需求: 1+1=2 前提:不需要刷新页面也能显示出来 实现: views.py from django.shortcuts import render, HttpResponse# Create your views here.def index(request): print(r 阅读全文
posted @ 2021-08-18 21:46 Gnomeshghy 阅读(123) 评论(0) 推荐(0)