2017年7月18日

node.js的path模块

摘要: path模块的各种API path.join([...paths]) 参数:paths <string> ,paths参数是字符串,这些字符串按路径片段顺序排列,(A sequence of path segments)。 返回值:Returns: <string>,也是个字符串。 join()方法 阅读全文

posted @ 2017-07-18 14:03 baoyadong 阅读(262) 评论(0) 推荐(0)

导航