const path = require('path'); const myPath = path.join("users", "admin", "index.js"); console.log(myPath); // users/admin/index.js.
確定! 回上一頁