摘要:
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 阅读全文
posted @ 2019-10-29 09:18
chenyongTao
阅读(771)
评论(0)
推荐(0)
2019年10月29日