[node] Path Module. const path = require('path'); path.resolve(); // 取得當前資料夾的絕對路徑 path.resolve(__dirname, 'folderName');
確定! 回上一頁