2021年8月14日 星期六

(node.js impoet)__filename, __dirname

import { dirname } from 'path';
import { fileURLToPath } from 'url';

const  __filename = fileURLToPath(import.meta.url);

const  __dirname = dirname(__filename)
 

沒有留言:

張貼留言