Node.js超光速學習筆記一:3個核心模塊、npm、文件操做

超光速學習node.js的筆記javascript 1、使用http模塊建立一個簡單服務器 一、導入http模塊 var http = require('http'); 二、建立服務器 http.createServer((req, res) => { }) 設置http頭部,告訴瀏覽器狀態碼200(ok),文件類型html,字符集utf-8html res.writeHead(200, { 'C
相關文章
相關標籤/搜索