text 属性

text 属性

书签的标题。

定义:

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

也可以看看