$('div :first-child')
$('div :last-child')
$('div span:first-child')
$('div span:last-child')
还原
1.1
1.2
2.1
2.2
3.1
3.2