Skip to main content
使用 Bun.fileURLToPath()file:// URL 转换为绝对路径。
Bun.fileURLToPath("file:///path/to/file.txt");
// => "/path/to/file.txt"

请参阅 文档 > API > 工具 了解更多的实用工具。