CSS3 中关于 *-of-type 和 *-child的差异性及适用场景

原文地址,排版更好 [链接] [链接] CSS3 中有很多表示元素序号的选择器,有以下几种 :first-child、:first-of-type、:last-of-type、:only-of-type、:only-child、:nth-child(n)、:nth-last-child(n)、:nth-of-ty...