python將base64格式數據轉換爲圖片

文章首發於:http://80sdianying.xyz/?id=10 直接附上代碼,其中的value是base64格式的數據,pic.jpg則是咱們保存的圖片名。spa img = base64.b64decode(value) fh = open("pic.jpg","wb") fh.write(img) fh.close()
相關文章
相關標籤/搜索