Python 2.7的手册中的解释:
(?P<name>...)Similar to regular parentheses, but the substring matched by the group is accessible within the rest of the regular expression via the symbolic group name Similar
Python 2.7的手册中的解释:
(?P<name>...)Similar to regular parentheses, but the substring matched by the group is accessible within the rest of the regular expression via the symbolic group name Similar