繁體中文
Appearance
使用 Bun.pathToFileURL() 將絕對路徑轉換為 file:// URL。
Bun.pathToFileURL()
file://
Bun.pathToFileURL("/path/to/file.txt"); // => "file:///path/to/file.txt"
請參閱 文檔 > API > Utils 獲取更多有用的工具函數。