transform data types between URL string and the python generated parsed URL query value

前端 未结 0 1481
忘掉有多难
忘掉有多难 2021-01-16 09:42
p = urllib.parse.parse_qs(web_url)

token = p[\'token\']

print(token)

with the above code I observe a printed token value different from the value

相关标签:
回答
  • 消灭零回复
提交回复
热议问题