js获取焦点

<input type = "text" id="football" />

对上面获取焦点。

1.获取dom对象

var domFocus = document.getElementById("football");

2.dom对象获取焦点

domFocus.focus();

上一篇:详解 Array.prototype.slice.call(arguments)


下一篇:安装java8