showInputMethod

fun EditText.showInputMethod(isShow: Boolean = true)

显示软键盘,isShow:显示,在android.app.Activity.onCreate中使用也可以弹出键盘.