摘要:
通过JS 给这个input加一个事件 就是获得焦点就行了 window.onload = function(){ var oInput = document.getElementById("strName"); oInput.focus(); } JS监听某个输入框 //回车事件绑定 $('#strName').bind('keyup', function(event) { if... 阅读全文
posted @ 2019-03-27 09:42
巴黎夜雨……
阅读(11245)
评论(0)
推荐(0)
浙公网安备 33010602011771号