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

!19337 【ArkTS卡片】console组件补充支持卡片的说明

Merge pull request !19337 from HuangXW/ETSForm
......@@ -12,6 +12,8 @@ debug(message: string, ...arguments: any[]): void
以格式化输出方式打印调试信息。
从API version 9开始,该接口支持在ArkTS卡片中使用。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
......@@ -39,6 +41,8 @@ log(message: string, ...arguments: any[]): void
以格式化输出方式打印日志信息。
从API version 9开始,该接口支持在ArkTS卡片中使用。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
......@@ -66,6 +70,8 @@ info(message: string, ...arguments: any[]): void
以格式化输出方式打印日志信息。(console.log()的别名)。
从API version 9开始,该接口支持在ArkTS卡片中使用。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
......@@ -93,6 +99,8 @@ warn(message: string, ...arguments: any[]): void
以格式化输出方式打印警告信息。
从API version 9开始,该接口支持在ArkTS卡片中使用。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
......@@ -120,6 +128,8 @@ error(message: string, ...arguments: any[]): void
以格式化输出方式打印错误信息。
从API version 9开始,该接口支持在ArkTS卡片中使用。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册