tkinter 로 PhotoImage 사용하기 # filename : tk_photoimage.py # coding : utf-8 from tkinter import * root = Tk() root.title("SiSO") ...
確定! 回上一頁