相关疑难解决方法(0)

如何在Python中对一个查询字符串进行urlencode?

我在提交之前尝试对此字符串进行urlencode.

queryString = 'eventName=' + evt.fields["eventName"] + '&' + 'eventDescription=' + evt.fields["eventDescription"]; 
Run Code Online (Sandbox Code Playgroud)

python url-encoding

521
推荐指数
12
解决办法
63万
查看次数

标签 统计

python ×1

url-encoding ×1