CSS3 :only-child 选择器

实例

每个 p 元素:

p:only-child
{
background:#ff0000;
}

:only-child 了 IE8 本。

:only-child 元素。