async function checkPage(beforePath: string, afterPath: string) { const before = new JSDOM(await fs.readFile(beforePath)) const after = new JSDOM(await fs.
確定! 回上一頁