nodejs下载及helloworld!

下载: http://nodejs.cn/download/ 安装后,打开cmd 输入:node 验证是否安装成功! helloworldDemo 新建: 保存为:example.js文件 const http = require('http'); const hostname = '127.0.0.1'; const port = 3000; const server = http.create
相关文章
相关标签/搜索