zhangshijiezsj

 

img = base64.b64decode(value)
fh = open("a.jpg","wb")
fh.write(img)
fh.close()

分类:

技术点:

相关文章: