利用gson解析json字符串为单个对象 Account account1 = gson.fromJson(jsonString,Account.class); Log.i("",account1.toString());. 看看输出的log.
確定! 回上一頁