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

!16824 更新文件相关接口

Merge pull request !16824 from 冯泽悟/OpenHarmony-3.2-Beta5
...@@ -948,7 +948,7 @@ createImageSource(uri: string): ImageSource ...@@ -948,7 +948,7 @@ createImageSource(uri: string): ImageSource
```js ```js
let context = featureAbility.getContext(); let context = featureAbility.getContext();
let path = context.getCacheDir() + "test.jpg"; let path = context.cacheDir() + "test.jpg";
const imageSourceApi = image.createImageSource(path); const imageSourceApi = image.createImageSource(path);
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册