首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

curl 下令小计

2012-08-19 
curl 命令小计curl -o /dev/null -w %{http_code}\n -ILwww.g.cn 2/dev/null会返回只返回http code

curl 命令小计

curl -o /dev/null -w "%{http_code}\n" -IL  www.g.cn 2>/dev/null


会返回只返回http code

热点排行