摘要: public class FileUtil { //将文件转换成Byte数组 public static byte[] getBytesByFile(String pathStr) { File file = new File(pathStr); try { FileInputStream fis 阅读全文
posted @ 2021-06-02 10:27 霸气小青年 阅读(1435) 评论(0) 推荐(0) 编辑