- 博客(1)
- 资源 (2)
- 收藏
- 关注
原创 选择行的示例代码
1.相关js代码var currentRowId = 0; function SelectRow(){ if (event.keyCode == 40) { MarkRow(currentRowId+1); } else if (event.keyCode == 38) { MarkRow(currentRowId-1); }}
2008-11-04 17:02:00
311
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人