簡體   English   中英

如何使用xidel從HTML文件中排除標簽?

[英]How to exclude a tag from an html file with xidel?

如何使用xidel從以下文件中提取text1

<html>
<body>
        <div class="class1">
                text1
                <table><tbody>
                <tr>
                    <td>t1tr1td1</td>
                    <td>t1tr1td2</td>
                </tr>
                </tbody></table>
        </div>
</body>
</html>
xidel file.html -e "//div/text()"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM