1 中有 6 个问题。假设我有这个:
<body>
<form>
<h3>blah</h3>
<table>
<tr>
<th>Input 1:</th>
<td><input type="text" id="some-input-a" name="some-input-a" /></td>
</tr>
<tr>
<th>Input 2:</th>
<td><input type="text" id="other-input" name="other-input" /></td>
</tr>
</table>
<h3>blah</h3>
<table>
<tr>
<th>Input 3:</th>
<td>
<select name="my-select" id="my-select">
<option value="1">My 1</option>
<option value="c">Your f</option>
<option value="m">This g</option>
</select>
</td>
</tr>
<tr>
<th>Input 4:</th>
<td><input type="password" id="pass-input" name="next-input" /></td>
</tr>
<tr>
<th>Input 5:</th>
<td><input type="password" id="pass-confirm" name="pass-confirm" /></td>
</tr>
</table>
<h3>blah</h3>
<table>
<tr>
<th>Input 6:</th>
<td><input type="text" id="next-one" name="next-one" /></td>
</tr>
<tr>
<th>Input 7:</th>
<td><input type="text" id="more-inputs" name="more-inputs" /></td>
</tr>
<tr>
<th>Input 8:</th>
<td><input type="text" id="form-input" name="form-input" /></td>
</tr>
<tr>
<th>Input 9:</th>
<td><textarea name="description" id="description" rows="5" cols="30"></textarea></td>
</tr>
<tr>
<th>Input 10:</th>
<td><input type="text" id="input-10" name="input-10" /></td>
</tr>
</table>
</form>
</body>
有没有简单的隐藏方法:
- 第三张表完全
- Textarea所在的行
- ID 为“description”的元素所在的行
- 第 3 表的第 2 行
- 第 3 次
<h3>
- 第五个输入标签
使用选择器