diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md index df43a672e6d74cf8a251ab68cb1710398aa960c0..842371d415510a5dbe594c1dcd81031da5e6921b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md @@ -212,7 +212,7 @@ getCurrentInputMethod(): InputMethodProperty let currentIme = inputMethod.getCurrentInputMethod(); ``` -## inputMethod.switchCurrentInputMethodSubtype10+ +## inputMethod.switchCurrentInputMethodSubtype9+ switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void @@ -268,7 +268,7 @@ try { } ``` -## inputMethod.switchCurrentInputMethodSubtype10+ +## inputMethod.switchCurrentInputMethodSubtype9+ switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>