from tkinter import * root = Tk() Label(root, text="用戶名").grid(row=0, sticky=W) Label(root, text="密碼").grid(row=1, ...
確定! 回上一頁