复现:
解决:
import re pattern_str = '共(.*?)件商品' result = re.findall(pattern_str, str(b'fsdf'))
总结: findall,第二个参数只能是字符串