📌  相关文章
📜  在 Visual Studio 代码中运行控制台 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:00.147000             🧑  作者: Mango

代码示例1
//for javascript it is require nodejs installed on the environment machine
Install the Code Runner Extension.
Open the JavaScript code file in Text Editor, 
then use shortcut Control + Alt + N 
(or ⌃ Control + ⌥ Option + N on macOS), 
or press F1 and then select/type Run Code , 
the code will run and the output will be shown in the Output Window.