mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-09 17:00:25 +08:00
380 B
380 B
容量
定义
{
"count": "数量",
"unit": "单位"
}
其中:
数量- 必须是一个整数数字单位- 有以下几个值:byte- 字节kb- KBmb- MBgb- GBtb- TBpb- PBeb- EB
示例
100MB:
{
"count": 100,
"unit": "mb"
}
32GB:
{
"count": 32,
"unit": "gb"
}