如标题
我现在写的node.js小demo需要在windows和mac下同时运行的,需要对系统版本做出判断。
试试这个http://docs.cnodejs.net/cman/process.html#process.platform
console.log('This platform is ' + process.platform);
谢谢
http://www.nodejs.org/api/os.html os.platform() Returns the operating system platform.
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
试试这个http://docs.cnodejs.net/cman/process.html#process.platform
谢谢
http://www.nodejs.org/api/os.html os.platform() Returns the operating system platform.