2행 2열의 grid 위에 배치를 하였습니다. import tkinter as tk root = tk.Tk() root.title("레이아웃 테스트") frame = tk.Frame(root) frame.pack() ...
確定! 回上一頁