nodejs初步學習遇到錯誤

1.server.js代碼如下(在桌面的node文件夾中) var http=require("http"); http.createServer(function(req,res){ res.writeHead(200,{'Content-Type':'text/plain'}); res.end('Hello word\n'); }).listen(8888); console.log('se
相關文章
相關標籤/搜索