小编Hug*_*h M的帖子

Python 树视图更新标签

我已经将项目插入到treeview带有标签选项的 Python 中。

tree.insert("", 'end', 'item1', text='item1', tags=('new',))
Run Code Online (Sandbox Code Playgroud)

以后是否可以将标签更改"new"为其他内容?

treeview python-3.x

3
推荐指数
1
解决办法
3294
查看次数

标签 统计

python-3.x ×1

treeview ×1