Python中使用re提取匹配

obj = re.compile(r"
(?P.*?)
"
, re.S)

你可能感兴趣的:(Python,python)