获取html数据
curl "https://insights.hotja?siteId=42920&surveyId=14398"
获取http头数据
curl "https://insights.hotja?siteId=42920&surveyId=14398" -i
本文介绍了如何使用curl命令从指定URL获取HTML数据及HTTP头部信息。通过两个示例展示了curl的基本用法,对于Web开发及自动化测试等领域具有一定参考价值。
获取html数据
curl "https://insights.hotja?siteId=42920&surveyId=14398"
获取http头数据
curl "https://insights.hotja?siteId=42920&surveyId=14398" -i
2128

被折叠的 条评论
为什么被折叠?
