第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

var children = root.getElementsByName('div'); 為什么有問題 ?

var children = root.getElementsByName('div'); 為什么有問題 ?

19990000 2017-09-23 22:36:17
<!DOCTYPE?html> <html?lang="en"> <head> ????<meta?charset="UTF-8"> ????<title>Title</title> ????<style> ????????div{ ????????????width:50px; ????????????height:50px; ????????????border:1px?solid?#000000; ????????} ????</style> </head> <body> ????<div?class="one"> ????????1 ????????<div?class="two"?style="margin-left:?50px;"> ????????????2 ????????????<div?class="three"??style="margin-left:?50px;"> ????????????????3 ????????????????<div?class="four"??style="margin-left:?50px;">4</div> ????????????</div> ????????</div> ????????<div?class="one">1</div> ????</div> </body> <script> ????var?one=document.getElementsByClassName("one")[0]; ????var?i; ????function?visit(node){ ????????i?+=400; ????????node.style.backgroundColor="#fff"; ????????setTimeout(function(){ ????????????node.style.backgroundColor="#0f0"; ????????},i) ????} ????function?qx(root){ ????????if?(root)?{??//如果根元素村子 ?visit(root);??//執(zhí)行動(dòng)畫 ?var?children?=?root.getElementsByName('div');? ?for?(var?i?=?0;?i?<?children.length;?i++)?{??//循環(huán) ????????????????//只選擇子一層div ?if(children[i].parentNode?==?root)?{???//將子元素等于根元素 ?qx(children[i]);??//那么就進(jìn)行添加 ?} ????????????} ????????} ????} ????qx(one) </script> </html>
查看完整描述

1 回答

?
fdsgasgg

TA貢獻(xiàn)19條經(jīng)驗(yàn) 獲得超12個(gè)贊

getElementsByName是找name屬性的


你要用的可能是getElementsByTagName

查看完整回答
1 反對(duì) 回復(fù) 2017-09-24
  • Willsf
    Willsf
    根本原因是root的原型對(duì)象里面沒有g(shù)etElementsByName屬性,只有g(shù)etElementsByTagName屬性,樓主可以打印 console.dir(root.__proto__.__proto__.__proto__)展開里面只有g(shù)etElementsByTagName屬性,所以報(bào)錯(cuò)未定義
  • 1 回答
  • 0 關(guān)注
  • 1167 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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