Skip to content

使用 Bun.fileURLToPath()file:// URL 轉換為絕對路徑。

ts
Bun.fileURLToPath("file:///path/to/file.txt");
// => "/path/to/file.txt"

請參閱 文檔 > API > Utils 獲取更多有用的工具函數。

Bun學習網由www.bunjs.com.cn整理維護