问题不是事件响应函数。
而是在全部dom元素或者可以focus的元素或者tabindex元素中,找到在某个方向上位置
与当前元素最近的那个。
position、box属性都是可以知道。
document。elementfrompoint也可以用。
可是页面link类元素很多时,遍历搜索很慢啊
【 在 shaolin (叶孤城|漫漫当爹路) 的大作中提到: 】
: document.onkeyup = function(){
: // ..
: }
: ...................
--
FROM 202.98.157.*