// Json数据 从请求体里面获取JSON字符串,然后再解析为Java对象BufferedReader br = request.getReader();String params = br.readLine(); //json字符串//...