请问如何通过 css 选择器选择 body 下的第 2 个 table ?
最佳回答body > table:nth-of-type(2) { display: table-row;}
body > table:nth-of-type(2) { display: table-row;}