Please read my code
<p>{{request.POST}}</p>
<p>langchi : {{request.POST.langchi.0}}/{{request.POST.langchi.1}}/{{request.POST.langchi.2}}/{{request.POST.langchi.3}}<p>
<p>langeng : {{request.POST.langeng.0}}/{{request.POST.langeng.1}}/{{request.POST.langeng.2}}/{{request.POST.langeng.3}}</p>
<p>langjpn : {{request.POST.langjpn.0}}/{{request.POST.langjpn.1}}/{{request.POST.langjpn.2}}/{{request.POST.langjpn.3}}</p>
We can tell in the request.Post, there are 3 list data langchi, langeng and langjpn. But when I try to read them by request.Post.langchi.0,request.Post.langchi.1... I can not get the actual value. Did I do something wrong?
Appreciate for any help.
Appreciate for any help.