第一步、将图片转为strimage='1.jpg'print(type(image))def imageToStr(image): with open(image,'rb') as f: image_byte=base64.b64encode(f.read()) ...
確定! 回上一頁