📜  Node.js 路径模块完整参考

📅  最后修改于: 2022-05-13 01:56:21.022000             🧑  作者: Mango

Node.js 路径模块完整参考

NodeJS 中的路径模块提供了处理文件和目录路径的实用程序。

完整的路径列表如下:

  • Node.js path.basename() 方法
  • Node.js path.delimiter 属性
  • Node.js path.dirname() 方法
  • Node.js path.extname() 方法
  • Node.js path.format() 方法
  • Node.js path.isAbsolute() 方法
  • Node.js path.join() 方法
  • Node.js path.normalize() 方法
  • Node.js path.parse() 方法
  • Node.js path.relative() 方法
  • Node.js path.resolve() 方法
  • Node.js path.toNamespacedPath() 方法