提交 4ebb037b 编写于 作者: H huangjie 提交者: maoziduanl

fixed f3d3fa8f from https://gitee.com/maoziduanl/docs/pulls/14754

资源文档示例代码优化
Signed-off-by: Nhuangjie <huangjie125@huawei.com>
上级 377d8e99
......@@ -60,6 +60,7 @@ getResourceManager(callback: AsyncCallback&lt;ResourceManager&gt;): void
});
});
```
注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。
## resourceManager.getResourceManager
......@@ -116,6 +117,7 @@ getResourceManager(): Promise&lt;ResourceManager&gt;
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.
先完成此消息的编辑!
想要评论请 注册