linux shell 及相关 未分类 curl 获取API By evan on 星期五, 13 9 月, 2013 有时在shell里面会要用到 例如 http://www.a.com/a.asmx/GetB?Id=100&Name=evan API="www.a.com/a.asmx/GetB" result=`/usr/bin/curl -s --connect-timeout 10 -d "Id=100&Name=evan" $API` Previous Post Next Post Related Posts 未分类 密码保护:SA-QA 未分类 密码保护:cv linux 密码保护:v2ray