最基础的node---helloWord
新建一个js文件,命名为hello,里面输入一条js语句:
console.log("hello");
打开到hello的目录下启动gitbush,使用命令:
git node hello.js
可以看到gitbush里面会出现输出结果:
hello
最基础的node---helloWord
新建一个js文件,命名为hello,里面输入一条js语句:
console.log("hello");
打开到hello的目录下启动gitbush,使用命令:
git node hello.js
可以看到gitbush里面会出现输出结果:
hello
本文标题:1. node入门
本文链接:https://www.haomeiwen.com/subject/wbvftctx.html
网友评论