Commit 409c7ac2 authored by 赵建伟's avatar 赵建伟

update codes

parent 49ba4c57
...@@ -148,6 +148,7 @@ public class StringUtil { ...@@ -148,6 +148,7 @@ public class StringUtil {
list.add(new PfrRecentInfo("xx,yy",1)); list.add(new PfrRecentInfo("xx,yy",1));
list.add(new PfrRecentInfo("xx",1)); list.add(new PfrRecentInfo("xx",1));
list.add(new PfrRecentInfo("yy",1)); list.add(new PfrRecentInfo("yy",1));
list.add(new PfrRecentInfo("yy",1));
String rs = transPfrRecentInfoList2SplitedPairedString(list); String rs = transPfrRecentInfoList2SplitedPairedString(list);
System.out.println(rs); System.out.println(rs);
} }
......
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