javascript DOM 遍历
以下一系列的辅助函数可以帮助您,他们能取代标准的previousSibling,nextSibling,firstChild,lastChild,parentNode;
调用案例:first(document.getElementById("everywhere")).style.backgroundColor="#ff0000";