Linux服务器下如何抓取网站

在Linux服务器中输入如下命令抓取网站HTML页面:

wget -r  -p -np -k -E  https://www.orvibo.com/cn/user_case.html   抓取整站
wget -r  -p -np -k -E https://www.thingjs.com/static/index.html?uid=24831&sid=248311561608739454
wget -r  -p -np -k -E http://114.84.155.228:81/waterh5/
wget -r  -p -np -k -E http://114.84.155.228:81/waterh5/
wget -r  -p -np -k -E https://www.jiguang.cn/iot
posted @ 2021-10-19 10:09  回望初心  阅读(159)  评论(0)    收藏  举报