中文
Appearance
bytes
import { bytesToSize } from "hy-app"; const num = bytesToSize(1024); console.log(num); // 打印出:1MB