Nodejs 學習(一)

1, hello world console.log('hello world'); 這是在後臺打印hello world, 沒什麼意義, 覺得nodejs主要應用於web 服務端, 因此可使用下面的代碼在瀏覽器上顯示hello world.javascript var http = require('http'); http.createServer(function(request, res
相關文章
相關標籤/搜索