我在试着做一个树状视图的报告。在那里我可以编写一些文本作为父节点,如果需要,我会添加添加字符串作为子节点,以显示更多信息。public class Report private List<Report> reportList = new List<Report>();
public List<Report> Reports get return reportList;
child_id =treeview.get_children()难道我不能使用控件选择特定的行吗?= ttk.Treeview(root, columns=ccols) treeview.heading(col, text=col)treeview.grid(row=8, column=0) def sample():
for i in rang