jpg里要存的是图片,应该是jpg = req.read(),不需要decode,decode后会变成str。
把20行去掉,18行改成
f = open(str(i)+'.jpg', 'wb+')
试试看
把utf8去掉,,,你是图片啊,又不是字符串