From df6326b1c69f752a03b68bdc4f7b0cfca4dcf102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 29 Dec 2022 02:19:25 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-convertxml.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-convertxml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-convertxml.md b/zh-cn/application-dev/reference/apis/js-apis-convertxml.md index 59bd9b802a..d805a588e1 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-convertxml.md +++ b/zh-cn/application-dev/reference/apis/js-apis-convertxml.md @@ -1,6 +1,6 @@ # @ohos.convertxml (xml转换JavaScript) -本模块提供转换xml文本为JavaScript对象的选项。 +本模块提供转换xml文本为JavaScript对象的功能。 > **说明:** > @@ -117,7 +117,7 @@ console.log(result); 转换选项。 -**系统能力:** 以下各项对应的系统能力均为SystemCapability.Utils.Lang +**系统能力:** SystemCapability.Utils.Lang | 名称 | 类型 | 必填 | 说明 | | ----------------- | -------- | ---- | ----------------------------------------------------------- | -- GitLab