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.
30 lines
312 B
Markdown
30 lines
312 B
Markdown
|
2 years ago
|
# SaveTo
|
||
|
|
|
||
|
|
## 定义
|
||
|
|
|
||
|
|
另存到新文件
|
||
|
|
|
||
|
|
```CSharp
|
||
|
|
public bool SaveTo(string newFile)
|
||
|
|
```
|
||
|
|
|
||
|
|
## 请求参数
|
||
|
|
|
||
|
|
| 参数 | 类型 | 约束 | 说明 |
|
||
|
|
| - | - | - | - |
|
||
|
|
| newFile | string | | 文件名 |
|
||
|
|
|
||
|
|
|
||
|
|
## 返回
|
||
|
|
|
||
|
|
类型: bool
|
||
|
|
是否成功
|
||
|
|
|
||
|
|
|
||
|
|
## 请求示例
|
||
|
|
|
||
|
|
## 错误处理
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|