Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个连接到 mysql 数据库然后检索信息数组的函数。然后它以 Json 响应将其发送回安卓手机。手机获取信息,但将其全部存储在一个变量下。将信息作为 json 变量发送回手机后,如何将其分开?
使用GSON将 JSON 解析为对象。