超級全面的nodejs筆記

NODEJS學習筆記     Node 學習 day1 使用http模塊創建一個簡單的服務器 var http=require(「http」); //引用模塊 http.createServer(function(req,res){ //創建服務                  res.end(「hello world」);                  //向用戶寫入 }).listen(
相關文章
相關標籤/搜索