标签: web-services urllib
我目前正在使用Web服务来获取data.using python urllib2库。 我可以在哪个地方向特定服务器发送请求?而不是选择服务器的Web服务?
答案 0 :(得分:0)
请看这里的第一个例子:
http://www.pythonforbeginners.com/python-on-the-web/how-to-use-urllib2-in-python/
这就是你要找的东西吗?