height属性
height属性
表示评论的高度,以像素为单位。
例子
comment1.height = 10
定义:
@property
def height(self):
...
@height.setter
def height(self, value):
...
表示评论的高度,以像素为单位。
comment1.height = 10
@property
def height(self):
...
@height.setter
def height(self, value):
...