In Deno, there aren't variables like __dirname or __filename but you can get the same values thanks to import.meta.url. You can use URL constructor for that ...
確定! 回上一頁