from Tkinter import * from PIL import Image, ImageTk. root = Tk() root.title('测试组python毕业题'). img = Image.open('ques.png') # 打开图片
確定! 回上一頁