You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
201 B
Markdown
27 lines
201 B
Markdown
|
2 years ago
|
# SaveFile
|
||
|
|
|
||
|
|
## 定义
|
||
|
|
|
||
|
|
保存文档
|
||
|
|
|
||
|
|
```CSharp
|
||
|
|
public bool SaveFile()
|
||
|
|
```
|
||
|
|
|
||
|
|
## 请求参数
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## 返回
|
||
|
|
|
||
|
|
类型: bool
|
||
|
|
是否成功
|
||
|
|
|
||
|
|
|
||
|
|
## 请求示例
|
||
|
|
|
||
|
|
## 错误处理
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|