fastjson将字符串转化为list<map>

		List<Map<String,Object>> list = JSON.parseObject(str, new TypeReference<List<Map<String, Object>>>() {});

猜你喜欢

转载自blog.csdn.net/weixin_43839871/article/details/122559126