from tkinter import * from tkinter.ttk import * root = Tk() tree1 = Treeview(root, columns=('qy', 'dz')) # 创建树表格组件,栏目有3个:#0, qy, ...
確定! 回上一頁