查询后了解from scipy.misc import imread,imwrite 等被弃用解决方法: 安装imageio 库使用pip install imageio import imageio imageio.imread("xxxx.png") .
確定! 回上一頁