$('div span:nth-of-type(2)')
$('div span:nth-child(2)')
$('div span:eq(1)')
还原
1.1
1.2
1.3
2.1
2.2
2.3