[链接]匹配[] 任意字符# 将正则表达式编译成Pattern对象pattern = re.compile(r'[[](.*)[]]', re.S) # 使用Pattern匹配文本,获得匹配结果,无法匹配时将返回None ...
確定! 回上一頁