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
相關文章
相關標籤/搜索