load_format_to_extension方法

load_format_to_extension(,加载格式)

将加载格式枚举值转换为文件扩展名。

返回

返回的扩展名是一个以点开头的小写字符串。


@staticmethod
def load_format_to_extension(load_format):
    ...
范围类型描述
load_formatLoadFormat已加载的文件格式。

注意事项

如果无法转换,则返回null。

也可以看看