最简单就是 Object t=JSON.parse("jsonStr"); 如果你要生成模型就 TModel tModel=new TModel(); tModel=JSON.parseObject("jsonstr", TModel.class);