from tkinter import * root = Tk() root.wm_title("標題") w1 = Label(root, text="~~~~~~1號標簽~~~~~~") w2 = Label(root, text="~~~~~~2號 ...
確定! 回上一頁