11.12 urlparse -- Parse URLs into components. ... urlparse('http://www.cwi.nl:80/%7Eguido/Python.html'). yields the tuple. ('http', 'www.cwi.nl:80', ...
確定! 回上一頁