Preparing search index...
The search index is not available
js-xxx - v2.2.29
js-xxx
formatBytes
Function formatBytes
format
Bytes
(
bytes
,
precision
?
)
:
string
文件大小格式化
Parameters
bytes
:
number
文件大小 bytes
precision
:
number
= 2
精度
Returns
string
Example
formatBytes
(
1024
);
/// '1.00 KB'
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
js-xxx - v2.2.29
Loading...
文件大小格式化