(译)如何让div可以有focus事件? 最简单的办法是给div的tabIndex属性设值. <div tabindex="-1" onfocus="console.log('focus')" ...
確定! 回上一頁