from PIL import Imagebcg = Image.open("backgrd.png")fig,ax =plt.subplots()ax.imshow(bcg)plt.show()
from PIL import Image
bcg = Image.open("backgrd.png")
fig,ax =plt.subplots()
ax.imshow(bcg)
plt.show()
若有收获,就点个赞吧
0 人点赞
让时间为你证明