码迷,mamicode.com
首页 > Web开发 > 详细

Node.js的helloworld 程序

时间:2018-02-04 12:38:03      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:art   hello   script   sdn   data-   ons   pos   结果   程序   

用文本编辑器。如npp,键入例如以下代码。存储成hello.js

console.log(‘hello‘)
console.log(‘hello %s->%d‘,‘jeapedu‘, 1941847311)

console.log(‘hello‘)
console.log(‘hello %s->%d‘,‘jeapedu‘, 1941847311)
node hello.js
C:\nodeS>node hello.js
hello
hello jeapedu->1941847311

cmd进入dos。切入hello.js所在文件夹,执行node.js程序

node hello.js

执行结果例如以下所看到的:

C:\nodeS>node hello.js
hello
hello jeapedu->1941847311







Node.js的helloworld 程序

标签:art   hello   script   sdn   data-   ons   pos   结果   程序   

原文地址:https://www.cnblogs.com/llguanli/p/8412564.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!