We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
♻️ Repository 查询结果 rslts 使用 List 类型 #133
为什么要把 JSONArray 改成 List<JSON Object>,这样有什么好处吗,是可以减少类型转换吗?
JSONArray
List<JSON Object>
是的,减少转换。
Activity
♻️ Repository 查询结果 rslts 使用 List 类型 #133
♻️ Repository 查询结果 rslts 使用 List 类型 #133
iTanken commentedon Jun 10, 2020
为什么要把
JSONArray
改成List<JSON Object>
,这样有什么好处吗,是可以减少类型转换吗?88250 commentedon Jun 10, 2020
是的,减少转换。