过滤指定字符串中的键值对为ObjectMap中数据 @sample ObjectMap test = new ObjectMap (); test.put("key1", "abc"); test.put("key2", "efg"); System.out.println(StringUtils.formatVars("key1 is ${key1},key2 is ${key2}", test)); @param @param @param format @pa
(String format, String flag, ObjectMap<K, V> params)
source not stored for this graph (policy: none)