问题场景:retrofit大家都很熟悉.创建使用大概如下.(1) 定义接口请求类interface RetrofitService { @GET("/posts") fun getPosts(): ...
確定! 回上一頁