摘要: function retSibling(e,n){ while(e && n){ if(n>0){ if(0 && e.nextElementSibling){ e=e.nextElementSibling; }else{ for(e=e.nextSibling;e && e.nodeType!=1 阅读全文
posted @ 2020-08-05 16:57 菜鸟程序员的总结 阅读(197) 评论(0) 推荐(0)