的內:訪問第一<section>未知號碼鑑於以下標記的div
<div className="row">
<noscript></noscript>
</div>
<div className="row">
<noscript></noscript>
</div>
<div className="row">
<section></section>
</div>
<div className="row">
<section></section>
</div>
<div className="row">
<section></section>
</div>
...
有可能在包含noscript
頂部是任何數量的div。
如何才能訪問row
中的第一個section
?
我懷疑這是可能的純CSS。你將不得不使用JS。 – Vucko