摘要: main方法中实例化内部类报错: public class TestGson { public static void main(String[] args) { Gson gson=new Gson(); TestGson testgson=new TestGson(); Student stud 阅读全文
posted @ 2017-06-16 14:18 洞玄巅峰 阅读(341) 评论(2) 推荐(0) 编辑