Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python request.args.get list

request.args[key] ## returns a single value, the first if there are multiple
request.args.getlist(key) ## returns a list
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #list
ADD COMMENT
Topic
Name
1+6 =