js的键盘事件--keyboard

1.给某个dom绑定keydown事件

核心:让这个dom获取焦点

d3.select('dom').attr('indextab',1)
dom.focus()

链接描述tabindex详解

相关推荐