function get_nextSibling(n){
var x=n.nextSibling;
while (x && x.nodeType!=1){
x=x.nextSibling;
}
这个n是什么意思?
_潇潇暮雨
相关分类