为了账号安全,请及时绑定邮箱和手机立即绑定

function get_nextSibling(n)不懂“n”是什么意思


function get_nextSibling(n)不懂“n”是什么意思

正在回答

2 回答

<script type="text/javascript">

    function get_nextSibling(n){

    document.write("n的值为:"+n.value);

        var x=n.nextSibling;

        while (x && x.nodeType!=1){

            x=x.nextSibling;

        }

        return x;

    }


    var x=document.getElementsByTagName("li")[0];

    document.write("x的值为:"+x.value+"<br/>"+x.nodeValue+"<br/>"+x.nodeName+"<br/>"+x.nodeType+"<br/>");

y=get_nextSibling(x);

</script>


0 回复 有任何疑惑可以回复我~

函数参数

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

function get_nextSibling(n)不懂“n”是什么意思

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信