Appearance
// ESM import fs from 'node:fs/promises' import path from 'node:path' // 读取文件 const content = await fs.readFile('./data.json', 'utf-8')