摘要:
1 const http = require('http'); 2 const url = require('url'); 3 const path = require('path'); 4 const fs = require('fs'); 5 const mime=require('mime') 阅读全文
posted @ 2020-10-31 17:10
铁马冰河入_来
阅读(453)
评论(0)
推荐(0)
摘要:
1 //用于创建网站服务器的模块 2 const http = require('http'); 3 //app对象就是网站服务器对象 4 const app = http.createServer(); 5 // node内置对象 用于处理URL地址 6 const url = require(' 阅读全文
posted @ 2020-10-31 02:10
铁马冰河入_来
阅读(111)
评论(0)
推荐(0)

浙公网安备 33010602011771号