Commit 4d7f9ce1 authored by yanzg's avatar yanzg

1.3版本修改,增加删除功能

parent 42e7009a
......@@ -20,6 +20,19 @@ public class JsonHelper {
*/
public static final String OBJECT_START_FLAG = "{";
/**
* 是否处理异常,返回null
*/
private static boolean isException = false;
public static boolean isIsException() {
return isException;
}
public static void setIsException(boolean isException) {
JsonHelper.isException = isException;
}
/**
* 将JSON字符串转化为JSON对象
*
......
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