Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 HTML 页面,其中的表格嵌套在第 3 级。我需要一个 jquery 选择器的帮助来选择第三个后代表。请注意,最上面的表的 id 为“mytable”,但嵌套的表没有 id。再次澄清:这是我要选择的第 3 级嵌套表,而不是同级表。
这对你有什么作用?
$('#mytable > table > table > table')