from urlparse import urlparse parsed = urlparse('http://netloc/path;parameters?query=argument#fragment') print parsed · $ python urlparse_urlparse.py ParseResult ...
確定! 回上一頁