Node js複習(1)----簡單的Node服務器搭建

一、回顧了new Date().getFullYear() 方法返回年份 如2019。post

二、http模塊引入 http.createServer(function(req, res){}).listen()url

res.write()blog

res.end()get

req.url//地址欄請求路徑string

能夠經過判斷req.url是什麼返回什麼頁面it

fs.readFIle(patch,(err, data) =>{})io

res.write(data) 直接返回讀取到的文件function

三、url模塊和querystring模塊請求

  獲取post數據方法

 

 四、adduser login publish who am i幾個發佈命令

相關文章
相關標籤/搜索