二者有相同的父元素, 紧接在另一个元素后的元素。
EX:
HTML: <div class="red"></div> <span>我是紅色</span> <span>我是黑色</span> CSS: .red + span { font-color: red; }