這裡會使用到redirect套件,所以要導入該套件 from django.shortcuts import render,redirect def post1(request): if request.method == "POST":# ...
確定! 回上一頁