未验证 提交 ebf0b3d6 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-logs.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 e5144b8a
...@@ -76,6 +76,7 @@ info(message: string, ...arguments: any[]): void ...@@ -76,6 +76,7 @@ info(message: string, ...arguments: any[]): void
| arguments | any[] | 否 | 表示其余要打印的信息或message的替换值。 | | arguments | any[] | 否 | 表示其余要打印的信息或message的替换值。 |
**示例:** **示例:**
```js ```js
const number = 5; const number = 5;
console.info('count: %d', number); // 格式化输出替换message中的文本。 console.info('count: %d', number); // 格式化输出替换message中的文本。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册