//cpu架构 arch: os.arch(), //操作系统内核 type: os.type(), //操作系统平台 platform: os.platform(), //系统开机时间 uptime: dealTime(os.uptime()), //主机名 hostname: os.hostname(), //主目录 homedir: os.homedir(), // 内存大小 totalmem: dealMem(os.totalmem()), // 已使用内存 free