From 4527b0085461c5997c0bface8f0f8ad8a3e0733a 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:22:56 +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 b6850622bb..0abc967018 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对象的功能。 > **说明:** > @@ -109,7 +109,7 @@ console.log(result); 转换选项。 -**系统能力:** 以下各项对应的系统能力均为SystemCapability.Utils.Lang +**系统能力:** SystemCapability.Utils.Lang | 名称 | 类型 | 必填 | 说明 | | ----------------- | -------- | ---- | ----------------------------------------------------------- | -- GitLab