popup 方法: 一、创建一个页面1.创建url和视图函数:: from django.shortcuts import render def p1(request): return render(request,'p1.html') urlpatterns ...
確定! 回上一頁