【发布时间】:2022-01-13 01:44:12
【问题描述】:
如何编写 Xpath 以在控制台中显示使用
标签分隔的文本?
网址:http://www.tizag.com/htmlT/htmlcheckboxes.php
<div class="display"> Please select every sport that you play.
<br> Soccer:
<input type="checkbox" name="sports" value="soccer">
<br> Football:
<input type="checkbox" name="sports" value="football">
<br> Baseball:
<input type="checkbox" name="sports" value="baseball">
<br> Basketball:
<input type="checkbox" name="sports" value="basketball">
<br>
</div>
【问题讨论】: