import cv2 from urllib.request import urlopen import numpy as np stream ... += stream.read(1024) #此處都會有ERROR,TypeError,改成str(stream.read(1024))才不 ...
確定! 回上一頁