(android學習)使用Gson解析json

使用Gson解析json格式的數據 一、添加依賴: compile 'com.google.code.gson:gson:2.8.1' 二、Gson的簡單使用 1.新建一個實體類(person) public class Person { private String name ; private int age ; private String sex ; private String tel
相關文章
相關標籤/搜索