Object nextSibling();
1. 同级的下一个元素Std.dom实例对象
2. 当前元素已经是最后一个元素了,返回null
var next = Std.dom("body > .button").nextSibling();