post请求:http://127.0.0.1/do?action=1&account=test11111
用curl来请求如下:
curl -d action=1 -d account=test11111 http://127.0.0.1/do
post请求:http://127.0.0.1/do?action=1&account=test11111
用curl来请求如下:
curl -d action=1 -d account=test11111 http://127.0.0.1/do