240 发简信
IP属地:上海
  • Android 全局数据保存

    import android.app.Application; /** @author czq @Date 2020 08 05 @theme ...

  • Android post get 请求okhttp实现

    post: String url2 ="http://" + Constant.IP +":" + Constant.PORT +"" + "/...

  • Android 代码实现Fragment布局

    public class HomeFragmentextends Fragment { Viewroot; LinearLayoutlinear...