排序-我在目标DIV中添加了tabindex属性,这使它可以拾取键盘事件,例如
<div id="inner" tabindex="0"> this div can now have focus and receive keyboard events</div>

排序-我在目标DIV中添加了tabindex属性,这使它可以拾取键盘事件,例如
<div id="inner" tabindex="0"> this div can now have focus and receive keyboard events</div>