document.all.item(this.sourceIndex+1) 获取下一个HTML Element不管是否同级
同级的Node才能用nextSibling  Node包括HTML Element 和 TextNode 你要注意