最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

完整版標(biāo)準(zhǔn)答案?。?!頂我上去

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>nextSibling</title>

</head>

<body>

<ul id="u1"> ??

? ? <li id="a">javascript</li> ??

? ? <li id="b">jquery</li> ??

? ? <li id="c">html</li> ??

</ul> ??

<ul id="u2"> ??

? ? <li id="d">css3</li> ??

? ? <li id="e">php</li> ??

? ? <li id="f">java</li> ??

</ul> ??

<script type="text/javascript">

? ? function get_nextSibling(n){

? ? ? ? var x=n.nextSibling;

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

? ? ? ? ? ? x=x.nextSibling;

? ? ? ? }

? ? ? ? return x;

? ? }


? ? function get_previousSibling(n){

? ? ? ? var x=n.previousSibling;

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

? ? ? ? ? ? x=x.previousSibling;

? ? ? ? }

? ? ? ? return x;

? ? }


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

? ? document.write(x.nodeName);

? ? document.write(" = ");

? ? document.write(x.innerHTML);

? ??

? ? while(true){

? ? x=get_nextSibling(x);

? ??

? ? if(x!=null){

? ? ? ? document.write("<br />nextSibling: ");

? ? ? ? document.write(x.nodeName);

? ? ? ? document.write(" = ");

? ? ? ? document.write(x.innerHTML);

? ? }else{

? ? ? document.write("<br>已經(jīng)是最后一個節(jié)點(diǎn)<br>");

? ? ? break;

? ? }

? ? }

? ??

? ? var y=document.getElementsByTagName("li")[5];

? ? document.write("<br>"+y.nodeName);

? ? document.write(" = ");

? ? document.write(y.innerHTML);

? ??

? ? while(true){

? ? y=get_previousSibling(y);

? ??

? ? if(y!=null){

? ? ? ? document.write("<br />previousSibling: ");

? ? ? ? document.write(y.nodeName);

? ? ? ? document.write(" = ");

? ? ? ? document.write(y.innerHTML);

? ? }else{

? ? ? document.write("<br>已經(jīng)是第一個節(jié)點(diǎn)");

? ? ? break;

? ? }

? ? }

</script>

</body>

</html>


正在回答

1 回答

你是不是發(fā)錯地方了?


1 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

完整版標(biāo)準(zhǔn)答案?。?!頂我上去

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號