The urlparse module defines the following functions: ... import urlparse >>> o = urlparse('http://www.cwi.nl:80/%7Eguido/Python.html') >>> o ('http', ...
確定! 回上一頁