python Copy import matplotlib.pyplot as plt import matplotlib.image as img image = img.imread('lena.jpg') plt.imshow(image) plt.show().
確定! 回上一頁