遍历A节点的父节点下的所有子节点 长时间使用mvvm框架,可能会忘记 <script> var b=document.getElementById("a").parentNode.children; console.log(b) </script>