/** toString方法 */ public String toString() { return JSONObject.encode(this); }
/** toJSON方法 */ public JSONObject toJSON() { return JSONObject.decode(JSONObject.encode(this)); }