获取光标的焦点。
<form> <input type="text" /> <textarea autofocus></textarea> <!-- 光标的焦点默认在 textarea 多行文本框 --> </form>
控件效果