摘要: public class ProUtils { /** 直接调用这个方法即可 **/ public static boolean isNetOk(Context context) { if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { retur 阅读全文
posted @ 2021-01-28 19:04 FlowLiver 阅读(119) 评论(0) 推荐(0)