最简单的办法是给div的tabIndex属性设值. <div tabindex="-1" onfocus="console.log('focus')" onblur="console.log('blur')">Focus me</div>
確定! 回上一頁