nodejs基礎知識點

var http = require("http");載入 http 模塊,並將實例化的 HTTP 賦值給變量 httpnode 使用 http.createServer() 方法建立服務器,並使用 listen 方法綁定 8888 端口web 函數經過 request, response 參數來接收和響應數據編程 可使用下劃線 _ 獲取上一個的結果服務器 ctrl + d 退出 Node 命令框
相關文章
相關標籤/搜索