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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -