使用matplotlib打开图片可以查看(字幕区域)有坐标移 import matplotlib.pyplot as plt import matplotlib.image as pli image = plt.imread('图片路径') plt.imshow(image) plt.show()