摘要: python发送HTTP请求 今天用python写一个发送HTTP请求的功能,查了下文档,发现实现也就4、5行左右,不禁感叹啊,查了下原来找的java实现的,相比还是臃肿了很多。 所以,python的好处还是蛮多的,对于 这些小的功能点相当适合。 附上官方的实例:01 Here is an example session that uses the GET method: 02 03 >>> import httplib 04 >>> conn = httplib.HTTPConnection("www.python.org") 05 & 阅读全文
posted @ 2011-02-26 21:54 杨超路飞 阅读(295) 评论(0) 推荐(0) 编辑