python使用正則表達式解析http url

http Get的原文 /alter?user=abcde&pwd=123456python re.compile(r'/(?P<url_path>alter)\?(?P<query>user=(?P<user>[a-zA-Z]{5,10})&pwd=(?P<passwd>(?:\d|\w){6,}?))$') step1 (?P<url_path>alter) 找到匹配的http path( a
相關文章
相關標籤/搜索