HtmlLoadOptions 构造函数

HtmlLoadOptions()

创建加载文件的选项。

def __init__(self):
    ...

HtmlLoadOptions(load_format)

创建加载文件的选项。

def __init__(self, load_format):
    ...
范围类型描述
load_formatLoadFormat加载格式。

也可以看看