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):
...
在 html 文件中指定附加文件(例如图像)的 Url 前缀。 仅用于保存到 html 流。
@property
def attached_files_url_prefix(self):
...
@attached_files_url_prefix.setter
def attached_files_url_prefix(self, value):
...