html_version属性
html_version属性
指定保存 HTML 格式时应使用的 HTML 标准的版本。 默认值是 HtmlVersion.Default。
定义:
@property
def html_version(self):
...
@html_version.setter
def html_version(self, value):
...
指定保存 HTML 格式时应使用的 HTML 标准的版本。 默认值是 HtmlVersion.Default。
@property
def html_version(self):
...
@html_version.setter
def html_version(self, value):
...