TxtSaveOptions 施工人员

__init__(自身)

创建文本文件保存选项。


def __init__(self):
    ...

__init__(自身,保存格式)

创建文本文件保存选项。


def __init__(self, save_format):
    ...
范围类型描述
save_formatSaveFormat文件格式。
应该是 SaveFormat.CSVSaveFormat.TSV
否则保存的格式将自动设置为SaveFormat.CSV

也可以看看