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

!14760 【monthly】文档示例代码优化

Merge pull request !14760 from maoziduanl/cherry-pick-1676527599
......@@ -60,6 +60,7 @@ getResourceManager(callback: AsyncCallback<ResourceManager>): void
});
});
```
注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。
## resourceManager.getResourceManager
......@@ -116,6 +117,7 @@ getResourceManager(): Promise<ResourceManager>
console.log("error is " + error);
});
```
注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。
## resourceManager.getResourceManager
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册