字節換算單位

這是國處牛人寫的一個比較牛的算法,收藏下算法 public static String humanReadableByteCount(long bytes) {         int unit = 1024;         if (bytes < unit) return bytes + " B";         int exp = (int) (Math.log(bytes) / Math
相關文章
相關標籤/搜索