📅  最后修改于: 2022-03-11 15:04:23.928000             🧑  作者: Mango
focusMethod = function getFocus() {
document.getElementById("myTextField").focus(); //select the input textfield and set the focus on it
}