如标题
我现在写的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.