Nodejs入門編寫hello world

1、安裝nodejs 下載:https://nodejs.org/en/download/javascript 2、編寫 helloworld.js //建立web服務器 var http=require('http'); http.createServer(function(request,response){ response.writeHead(200, { 'Content-Typ
相關文章
相關標籤/搜索