node的path模块

可以快速上手的开发文档

#node的path模块
node的path模块

深入理解node.js之path模块

node之path模块//引用该模块varpath=require("path");1、路径解析,得到规范化的路径格式//对window..