百度搜索参数是get请求(就是附加在地址栏url后面),post请求对方服务器判断了请求方法之类的直接404
post 请求是要后台响应数据的
百度搜索接口接受get请求,不接受post请求,返回error页面