import base64 file = open('smallIcon.ico',"rb") ico = file.read() ico_b64 = ico.encode("base64") # ergibt einen String wie
確定! 回上一頁