array_as_table属性
array_as_table属性
将数组处理为表格。
定义:
@property
def array_as_table(self):
...
@array_as_table.setter
def array_as_table(self, value):
...
将数组处理为表格。
@property
def array_as_table(self):
...
@array_as_table.setter
def array_as_table(self, value):
...