Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开始在 vscode 中使用 js,所以我安装了代码运行器扩展来帮助我。但是当我运行一个 python 时我遇到了一个问题,它想要通过代码运行器扩展而不是我已经安装的那个 python 扩展。
首先安装node js通过代码运行器扩展运行代码,或者您可以通过以下方式简单地运行js文件:
节点文件名.js
示例: 节点 index.js
切记:需要先全局安装node js,并检查是否安装完美,通过cmd中的node --version命令查看版本。