text属性

text属性

获取或设置数据标签的text。

定义:

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

也可以看看