join 是單純把指定的路徑連結在一起 * resolve 會把最後一個帶有'/' 的路徑當作根目錄,類似"cd" 的效果 **/ const join = path.join(__dirname, ...
確定! 回上一頁