query string - get data from querystring with python -


i have querystring a=2&b=3 created serialize() jquery. how a , b python function?

python2: urlparse.parse_qs()

python3: urllib.parse.parse_qs


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -