python字符串 提取括号中的内容

返回值是一个列表

re.findall(r'[(](.*?)[)]', str1)