attached_files_url_prefix属性

attached_files_url_prefix属性

指定 html 文件中图像等附加文件的 Url 前缀。 仅用于保存到 html 流。

定义:

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

也可以看看