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

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