How to Get all post data from a request in Django? ... Try use this: def demoform(request): if request.method=="POST": inputtxt=request.POST['getrow'] return ...
確定! 回上一頁