Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
496 views
in Technique[技术] by (71.8m points)

retrieving list items from request.POST in django/python

In my request.POST i am getting a query dictionary , one of the items in this dictionary is a list with multiple items (pass_id) eg.

I want to retrieve each of the values in pass_id and store in a new list. Can you suggest the code for this?

question from:https://stackoverflow.com/questions/5430470/retrieving-list-items-from-request-post-in-django-python

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...