在 class="example" 的第一个 div 元素中 class="child" 的 P 元素。 P 的索引值为 0,Div 的索引值为 0

在 class="example" 的第二个 div 元素中 class="child color" 的第一个 P 元素。 P 的索引值为 0,Div 的索引值为 1。

在 class="example" 的第二个 div 元素中 class="child color" 的第二个 P 元素。 P 的索引值为 1,Div 的索引值为 1。

在 class="example" 的第三个 div 元素中 class="child color" 的 第一个P 元素。 P 的索引值为 0,Div 的索引值为 2

在 class="example" 的第三个 div 元素中 class="child color" 的 第二个P 元素。 P 的索引值为 1,Div 的索引值为 2

点击按钮修改 class="example" 的 div 元素中类名为 "child" 和 "color"的第一个 p 元素

注意: Internet Explorer 8 及更早 IE 版本不支持 getElementsByClassName() 方法