【发布时间】:2020-01-07 20:33:53
【问题描述】:
寻找一个硒选择器,我可以使用第一个 td 中的文本来选择第二个中的输入。
<tr><th>asdf</th><td><input type="text"></td></tr>
<tr><th>qwer</th><td><input type="text"></td></tr>
<tr><th>rtyu</th><td><input type="text"></td></tr>
<tr><th>fghj</th><td><input type="text"></td></tr>
【问题讨论】: