linux 中使用curl

721 查看

http
get:
linux 中使用 curl 传递多个参数时 & 符号要转义为\& 因为linux中 & 会使进程后台执行

post
-d "abc=123&bcd=223"