使用focus方法让光标默认停留在INPUT框
内容摘要
<body onload="document.getElementById('inputTxt').focus()">
<input type="text" id="inputTxt" />
<input type="text" id="inputTxt" />
文章正文
<body onload="document.getElementById('inputTxt').focus()"> <input type="text" id="inputTxt" />
代码注释