div 中第一个带有 class="child" 的 p 元素(索引 0)。
div 中带有 class="child" 的第二个 p 元素(索引 1)。
div 中带有 class="child" 的第三个 p 元素(索引 2)。
单击按钮为 div 元素内的第二个 class="child" 的 p 元素添加背景色。
注意: Internet Explorer 8 及更早版本不支持 getElementsByClassName() 方法。