淘先锋技术网

首页 1 2 3 4 5 6 7
Yaml yaml = new Yaml();
String test="";
Object param = yaml.load(test);
Map<String,Object> param = JSONObject.parseObject(JSON.toJSONString(yamlData));