python經過base64讀取圖片

讀取圖片轉換爲base64 直接代碼以下:html def test(): # 讀取圖片 image_base64 = None img_save_path = os.path.join(os.environ['BASE_PATH'], 'frontend', 'static', 'media', 'work_ticket', 'Photo.jpg') with open(img_save
相關文章
相關標籤/搜索