command属性

command属性

定义:

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

也可以看看