Node.js 方法参考 ES6 Math floor() 函数 ES6 Math trunc() 函数 Node.js 方法参考 // Print the current directory console.log('Current directory: ' + process.cwd()); // Print the process version console.log('Current version: ' + process.version); // Print the memory usage console.log(process.memoryUsage()); ES6 Math floor() 函数 ES6 Math trunc() 函数