import fs from "fs/promises"; · /** @type {Dirent[]} */ · const dirEntries1 = await fs.readdir(".", { · withFileTypes: true · }); · /** ...
確定! 回上一頁