separator_string属性

separator_string属性

获取并设置字符串值作为分隔符。

定义:

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

也可以看看