request.getParameter("key")直接使用String类型的变量接受,变量名称和ajax的key一致使用对象接收,属性名称和ajax的key一致这三个用的比较多
String json = request.getParamter("参数名");获得字符串格式的json数据