正则表达式匹配书名号内容

import re
re.findall('《(.*?)》', '《1334》qasdfa《23423》')
原文地址:https://www.cnblogs.com/douzujun/p/15229481.html