使用Gson将List转化为JSON并转回List

    xiaoxiao2021-03-25  140

    List<News> newss= gson.fromJson(cache, new TypeToken<List<News>>(){}.getType());
    转载请注明原文地址: https://ju.6miu.com/read-9569.html

    最新回复(0)