Windows下Node.js安装及示例 在cmd窗口?,切换到第三步创建的NodeJS目录下,输入node?HelloWorld.js,如果出现Server?running?at?http://127.0.0.1:8080/,则说明执行成功。