HTML5 autofocus 属性

autofocus 属性

获取光标的焦点。

<form>

<input type="text" />
<textarea autofocus></textarea> <!-- 光标的焦点默认在 textarea 多行文本框 -->

</form>

控件效果



更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程