URL unsplit and split : URL « Network « Python






URL unsplit and split

URL unsplit and split
 

import urlparse

print urlparse.urlunsplit(urlparse.urlsplit('http://www.java2s.com/path/a?'))


           
         
  








Related examples in the same category

1.Split up a URL of the form http://www.something.com
2.URL joinURL join
3.URL SplitURL Split
4.URL unsplitURL unsplit
5.Open a URL and read a web page
6.URL open and read