鼠标经过INPUT时自动获取焦点

鼠标经过INPUT时自动获取焦点

<input type="text" name="addr" onMouseOver="this.focus()" />

原文地址:https://www.cnblogs.com/insane/p/12355425.html