2019年8月2日 — image轉base64 import base64 with open("panda.jpg","rb") as f:#轉爲二進制格式base64_data = base64.b64encode(f.read())#使用b.
確定! 回上一頁