提交 4b07a5a0 编写于 作者: G gaoxiang

check some error

Signed-off-by: Ngaoxiang <gaoxiang75@huawei.com>
上级 1bbc0891
......@@ -83,7 +83,7 @@ switchInputMethod(target: InputmethodProperty, callback: AsyncCallback&lt;boolea
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
|target | [InputmethodProperty](#InputmethodProperty) | 是 | 传入要切换的目标输入法。 |
|target | [InputmethodProperty](#inputmethodproperty8) | 是 | 传入要切换的目标输入法。 |
| callback | AsyncCallback&lt;boolean&gt; | 是 | 返回输入法切换是否成功。 |
......@@ -104,12 +104,13 @@ switchInputMethod(target: InputmethodProperty): Promise&lt;boolean&gt;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
|target | [InputmethodProperty](#InputmethodProperty)| 是 | 传入要切换的目标输入法。 |
|target | [InputmethodProperty](#inputmethodproperty8)| 是 | 传入要切换的目标输入法。 |
**返回值:**
| 类型 | 说明 |
| ----------------------------------------- | ---------------------------- |
| [Promise](#Promise) | 回调返回切换后的输入法。 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册