格式化显示文件大小
文件大小值 单位kb
格式化后的文件大小值
import { file } from "@pointcloud/pcloud-utils"file.convertSize('1024') // 1MB; Copy
import { file } from "@pointcloud/pcloud-utils"file.convertSize('1024') // 1MB;
Generated using TypeDoc
格式化显示文件大小