📜  curl 获取结构化内容 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.950000             🧑  作者: Mango

代码示例1
#Install xq, jq and yq commands for parsing xml, json and yaml outputs respectively
pip install xq jq yq
curl url_example | xq #Parse html content output of url