📜  Node.js process.argv - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:01.543000             🧑  作者: Mango

代码示例2
// Command line values: node web.js testing several features
console.log(process.argv[2]); // 'features' will be printed