from urllib.parse import urlparse, parse_qs, urlunparse url = 'http://xxx.com/api/data?id=123&sub_code=06A1297' link_parse = urlparse(url)
確定! 回上一頁