From 0057a218f92027e136e1affb67dd7e500da28472 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 14 Feb 2022 02:58:15 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-uri.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-uri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-uri.md b/zh-cn/application-dev/reference/apis/js-apis-uri.md index 8979b69c8ae..ad071649469 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uri.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uri.md @@ -18,7 +18,7 @@ import uri from '@ohos.uri' | 名称 | 参数类型 | 可读 | 可写 | 说明 | | -------- | -------- | -------- | -------- | -------- | | scheme | string | 是 | 否 | 获取URI 的协议部分。 | -| userinfo | string | 是 | 否 | 获取 URI 的用户信息部分。 | +| userInfo | string | 是 | 否 | 获取 URI 的用户信息部分。 | | host | string | 是 | 否 | 获取 URI 的主机名部分(不带端口)。 | | port | string | 是 | 否 | 获取 URI 的端口部分。 | | path | string | 是 | 否 | 获取 URI 的路径部分。 | -- Gitee