public static String objectToJson(Object obj){ 082 StringBuffer json = new StringBuffer(); 083 if (obj == null) { 084 json.append("\"\"");
確定! 回上一頁