最佳答案
我需要知道如何在 python 中构建 URL,比如:
http://subdomain.domain.com?arg1=someargument&arg2=someotherargument
你推荐使用哪个库? 为什么? 对于这种类型的库,有没有“最好”的选择?
还有,你能提供一些示例代码让我从使用这个库开始吗?