python3 URL拼接代碼

from urllib.parse import urljoin from urllib.parse import urlparse from urllib.parse import urlunparse from posixpath import normpath def myjoin(base, url): url1 = urljoin(base, url) arr =
相關文章
相關標籤/搜索