https://github.com/square/retrofit
https://futurestud.io/tutorials/retrofit-getting-started-and-android-client
首先是初始化一个retrofit对象,定义一个接口 通过http那个注解 定义方法,
retrofit去生成这个接口的类 .然后就是执行 同步或者异步
生成类的方法是retrofit.create 同步是execute 异步是enqueue converter自定义暂时就不用看 http注解 暂时照着来就行