摘要: import com.google.gson.Gson; //string转bean Gson gson = new Gson(); UserPage userPage = gson.fromJson(str, UserPage.class); List data = userPage.getData(); ... 阅读全文
posted @ 2017-08-01 11:24 无知死循环 阅读(437) 评论(0) 推荐(0) 编辑