text 属性

text 属性

获取或设置显示单元标签 text。

定义:

@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...

也可以看看