先把icon寫成.py檔※ import base64 icon = open('test.ico','rb') b64str = base64.b64encode(icon.read())
確定! 回上一頁