text 属性

text 属性

获取并设置控件的 text。

定义:

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

也可以看看