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.
我正在使用 Retrofit 2,我有一个方法,它的响应是一个数字数组
[2,4,9,12, ... ]
为了解析响应,我必须在 Call< > 中包含什么类型?