如何使用xidel从以下文件中提取text1?
<html>
<body>
<div class="class1">
text1
<table><tbody>
<tr>
<td>t1tr1td1</td>
<td>t1tr1td2</td>
</tr>
</tbody></table>
</div>
</body>
</html>发布于 2017-01-29 12:07:38
xidel file.html -e "//div/text()"https://stackoverflow.com/questions/41919458
复制相似问题