path 模块是node.js中处理路径的核心模块。可以很方便的处理关于文件路径的问题。join() 将多个参数值合并成一个路径 1 2 constpath =require('path'); ...
確定! 回上一頁