1. httpClient 默认超时时间是 60秒
2.httpClient 是模拟表单提交,所以服务端接口要用HttpServletRequest request 接收 例如: request.getParameter("name");