python url解析
摘要:
>>> url="http://localhost/test.py?a=hello&b=world " >>> result=urlparse.urlparse(url) >>> result ParseResult(scheme='http', netloc=... 阅读全文
posted @ 2014-04-29 15:19 雨渐渐 阅读(336) 评论(0) 推荐(0) 编辑
posted @ 2014-04-29 15:19 雨渐渐 阅读(336) 评论(0) 推荐(0) 编辑