from tkinter import * import tkinter.ttk as ttk root = Tk() ... tree.insert(id2, "end", "dir 2", text="sub dir 2", values=("2A","2B"))
確定! 回上一頁