搜索文档
bytesToSize(bytes): string
bytes
string
将字节转换成友好格式,如Bytes,KB,MB
number
格式化后的字符串
Example
bytesToSize(10000) // => '9.8 KB'