\1 is equivalent to re.search(...).group(1) , the first parentheses-delimited expression inside of the regex. It's also, fun fact, ...
確定! 回上一頁