在所有模块中,第一步都是引入相应的模块node中fs、http、url、querystring模块的个人理解
http模块
主要是创建web服务 返回http对象
node中fs、http、url、querystring模块的个人理解
fs模块主要是对文件的改名删除和查找
node中fs、http、url、querystring模块的个人理解
url模块是对地址的操作
node中fs、http、url、querystring模块的个人理解
querystring模块
主要是处理查询字符串
node中fs、http、url、querystring模块的个人理解

相关文章: