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

!7608 Fix release branch document problems of ability

Merge pull request !7608 from yuyaozhi/OpenHarmony-3.1-Release
......@@ -32,11 +32,9 @@ Obtains the ID attached to the end of a given URI.
**Example**
```js
dataUriUtils.getIdSync("com.example.dataUriUtils/1221")
dataUriUtils.getId("com.example.dataUriUtils/1221")
```
## dataUriUtils.attachId
attachId(uri: string, id: number): string
......@@ -68,8 +66,6 @@ dataUriUtils.attachId(
)
```
## dataUriUtils.deleteId
deleteId(uri: string): string
......@@ -96,8 +92,6 @@ Deletes the ID from the end of a given URI.
dataUriUtils.deleteId("com.example.dataUriUtils/1221")
```
## dataUriUtils.updateId
updateId(uri: string, id: number): string
......
......@@ -32,11 +32,9 @@ getId(uri: string): number
**示例:**
```js
dataUriUtils.getIdSync("com.example.dataUriUtils/1221")
dataUriUtils.getId("com.example.dataUriUtils/1221")
```
## dataUriUtils.attachId
attachId(uri: string, id: number): string
......@@ -68,8 +66,6 @@ dataUriUtils.attachId(
)
```
## dataUriUtils.deleteId
deleteId(uri: string): string
......@@ -96,8 +92,6 @@ deleteId(uri: string): string
dataUriUtils.deleteId("com.example.dataUriUtils/1221")
```
## dataUriUtils.updateId
updateId(uri: string, id: number): string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册