java 对象转map

		Map<String, String> map = JSON.parseObject(JSONUtil.toJsonStr(platform), new TypeReference<Map<String, String>>() {
		});

posted on 2023-01-30 19:05  何苦->  阅读(803)  评论(0)    收藏  举报

导航