Commit 47a3f51f by huangfusuper

参数替换工具开发

parent c0189004
...@@ -119,7 +119,9 @@ public class PlaceholderUtils { ...@@ -119,7 +119,9 @@ public class PlaceholderUtils {
String toJSONString = JSON.toJSONString(sc); String toJSONString = JSON.toJSONString(sc);
String s = paramPlaceholder(toJSONString, "2020/3/12 15:13");
String s = PlaceholderUtils.paramPlaceholder(toJSONString, "2020/3/12 15:13");
System.out.println(s); System.out.println(s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment