厘吉科技
您的当前位置:首页js/html光标定位的实现代码_javascript技巧

js/html光标定位的实现代码_javascript技巧

来源:厘吉科技


代码如下:



New Document





function setfocus()
{
txt.focus();
// 或者
// document.getElementById("txt").focus();
}
//-->





显示全文