width属性

width属性

代表评论的width,以像素为单位。

例子


comment1.width = 10

定义:

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

也可以看看