wordpress 多站点配置,wordpress加备案号,织梦网站模板套用,动静分离网站架构获取焦点
binding.editText.requestFocus()打开键盘
val imm getSystemService(InputMethodManager::class.java)
imm.showSoftInput(binding.editText, InputMethodManager.SHOW_IMPLICIT)获取焦点
binding.editText.requestFocus()打开键盘
val imm getSystemService(InputMethodManager::class.java)
imm.showSoftInput(binding.editText, InputMethodManager.SHOW_IMPLICIT)