📜  deno 当前目录 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:22.086000             🧑  作者: Mango

代码示例1
const currentDir = decodeURI(new URL('.', import.meta.url).pathname).replace('/', '');