Try use this: def demoform(request): if request.method=="POST": inputtxt=request.POST['getrow'] return HttpResponse(...) But if you need print a dynamic ...
確定! 回上一頁