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

参见 文档 > API > 工具 获取更多实用工具。