Can't get params from HttpRequest.POST
I create a template following django's document:










And try to get params from post in python:





But the result was null:(
{}
{}
While I change the method to get

I can get the params's value.
{'choice': ['1']}
{}
I don't know why,I wanna help!
posted on 2005-12-29 12:47 martin xus 閱讀(289) 評論(1) 編輯 收藏 所屬分類: python