摘要: public static void main(String[] args) { SbVo sb = new SbVo(); sb.setBusiness("SB"); sb.setIphone("123456789"); String param = new Gson().toJson(sb); ... 阅读全文
posted @ 2017-09-01 10:24 yshy 阅读(1860) 评论(0) 推荐(0)