@csrf_exempt def test_5(request,template='test_5.html'): if request.method=='POST': a = request.FILES.getlist('file') print a for files in ...
確定! 回上一頁