自动获取输入框的焦点(focus)

//自动获取输入框的焦点
setTimeout("document.getElementById(\"id\").focus()",50);

你可能感兴趣的:(前端,-,JavaScript,前端)