摘要: bytesToSize (bytes) { if (bytes 0) return '0B' var symbols = ['bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'] var exp = Math.floor(Math.log(b 阅读全文