HTML DOM activeElement 属性Document 对象实例 当前获得焦点的元素: var x = document.activeElement. ... 提示: 为元素设置焦点,可以使用element.focus() 方法。
確定! 回上一頁