未验证 提交 c2c16d34 编写于 作者: O openharmony_ci 提交者: Gitee

!2434 zlib资料整改

Merge pull request !2434 from wanghang/master
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
## 使用限制 ## 使用限制
无。 无。
## 导入模块 ## 导入模块
import zlib from '@ohos.zlib'
```javascript
import zlib from '@ohos.zlib';
```
## zlib.zipFile ## zlib.zipFile
zipFile(inFile:string, outFile:string, options: Options): Promise<void>; zipFile(inFile:string, outFile:string, options: Options): Promise<void>;
压缩接口(Promise形式)。 压缩接口(Promise形式)。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册