y 属性

y 属性

获取此位置坐标的 y 坐标。

定义:

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

也可以看看