Node.js os 模块提供了一些基本的系统操作函数。可以借助os对象获取系统基本信息:. var os = require('os') var userInfo = os.userInfo()
確定! 回上一頁