import base64 image = open('stupid_noobs.png', 'rb') image_read = image.read() image_64_encode = base64.encodestring(image_read)
確定! 回上一頁