摘要: public static String getFileBase64(String url) { try { File file = new File(url); FileInputStream inputFile = new FileInputStream(file); byte[] buffer 阅读全文
posted @ 2020-08-25 16:29 码弄 阅读(442) 评论(0) 推荐(0) 编辑
摘要: HashSet<String>hSet = new HashSet<>(); hSet.add("ZS"); List<String> mList= new ArrayList<>(item1List); LogUtil.e("mList" + mList.toString()); 阅读全文
posted @ 2020-08-25 15:27 码弄 阅读(4799) 评论(0) 推荐(0) 编辑