要獲取完整的 JSON 數據,您可以跟隨下面的步驟使用 Retrofit: 1、創建一個包含您要獲取 JSON 數據的 API 接口。例如: ```java public interface Ap...