style属性

style属性

代表该行的style。

定义:

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

也可以看看