未验证 提交 3086ffac 编写于 作者: 王江颖 提交者: Gitee

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

Signed-off-by: N王江颖 <wangjiangying@huawei.com>
上级 d4231646
......@@ -1742,8 +1742,14 @@ format(message: [NdefMessage](#ndefmessage9), callback: AsyncCallback\<number>):
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------- | ---- | -------------------------------------- |
| message | [NdefMessage](#ndefmessage9) | 是 | 格式化成功时要写入的Ndef消息。可以为null,为null时仅格式化标签,不写入内容。 |
**返回值:**
| **类型** | **说明** |
| ------------------ | --------------------------|
| callback: AsyncCallback\<number> | 回调函数。 |
**示例:**
```js
......@@ -1804,8 +1810,14 @@ formatReadOnly(message: [NdefMessage](#ndefmessage9), callback: AsyncCallback\<n
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------- | ---- | -------------------------------------- |
| message | [NdefMessage](#ndefmessage9) | 是 | 格式化成功时要写入的Ndef消息。可以为null,为null时仅格式化标签,不写入内容。|
**返回值:**
| **类型** | **说明** |
| ------------------ | --------------------------|
| callback: AsyncCallback\<number> | 回调函数。 |
**示例:**
```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册