javascript - 用二叉树依次显示,经过几轮后就找不到nodevalue属性
伊谢尔伦
伊谢尔伦 2017-04-17 15:20:06
0
0
451

在百度前端学院中斌斌学院任务八,用二叉树依次显示,经过几轮后就找不到nodevalue属性

function preOrder(node) { if (!(node == null)) { lists.push(node); var allChild = node.children; for (let i = 0; i < allChild.length; i++) { preOrder(allChild[i]); } } } function changeColor() { var i = 0; // lists[i].style.backgroundColor = "red"; timer = setInterval(function(){ if (i0) { lists[i-1].style.backgroundColor = "#fff"; } lists[i].style.backgroundColor = "grey"; if (lists[i].firstChild.nodeValue == content.value) { lists[i].style.border = "1px bold red"; bool = true; } }else{ clearInterval(timer); lists[i-1].style.backgroundColor = "#fff"; } i++; },500) } function clear() { clearInterval(timer); lists = []; }
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

répondre à tous (0)
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!