随笔分类 -  utils

Day one step
摘要:public static String object2json(Object obj) { StringBuilder json = new StringBuilder(); if (obj == null) { json.append("\"\""); } else if (obj ... 阅读全文
posted @ 2015-06-26 13:47 zhanggh 阅读(558) 评论(0) 推荐(0)