path.posix
版本历史
| 版本 | 变更 |
|---|---|
| v15.3.0 | Exposed as |
| v0.11.15 | 新增于: v0.11.15 |
- 类型:<Object>
path.posix 属性提供对 path 方法的 POSIX 特定实现的访问。
🌐 The path.posix property provides access to POSIX specific implementations
of the path methods.
可以通过 require('node:path').posix 或 require('node:path/posix') 访问该 API。
🌐 The API is accessible via require('node:path').posix or require('node:path/posix').