text 属性

text 属性

获取或设置框架标题的 text。

定义:

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

也可以看看