Commit 1194db9f authored by jinli gu's avatar jinli gu
Browse files

Update StringUtil.java

parent 86d4df57
...@@ -134,7 +134,7 @@ public class StringUtil { ...@@ -134,7 +134,7 @@ public class StringUtil {
} }
} }
//是否是JSON // 是否是JSON
public static boolean containsAny(String str, String... flag) { public static boolean containsAny(String str, String... flag) {
if (str != null) { if (str != null) {
if (flag == null || flag.length == 0) { if (flag == null || flag.length == 0) {
......
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