position 属性

position 属性

获取和设置值。

定义:

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

也可以看看