const { execSync } = require("child_process");
execSync("chcp 65001")
win10 Node console.log 控制台显示乱码
最新推荐文章于 2024-10-03 14:41:18 发布
const { execSync } = require("child_process");
execSync("chcp 65001")