📌  相关文章
📜  如何在 vs 代码控制台节点中运行 js - Javascript 代码示例

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

代码示例1
// 1. First open VS Code and open the terminal 
// 2. Type node and the name of the file you want to run
node app.js