美文网首页
1. node入门

1. node入门

作者: 论宅 | 来源:发表于2019-05-26 19:44 被阅读0次

最基础的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