转自:http://www.runoob.com/nodejs/nodejs-tutorial.html
node.exe为终端
打开终端,键入node进入命令交互模式,可以输入一条代码语句后立即执行并显示结果,例如:
> console.log('Hello World!'); Hello World!
本文共 205 字,大约阅读时间需要 1 分钟。
转自:http://www.runoob.com/nodejs/nodejs-tutorial.html
node.exe为终端
打开终端,键入node进入命令交互模式,可以输入一条代码语句后立即执行并显示结果,例如:
> console.log('Hello World!'); Hello World!
转载于:https://www.cnblogs.com/sharpest/p/8044235.html