chalk.js(node终端样式库) npm install chalk 为了使输出不再单调,添加文字背景什么的,改变字体颜色什么的const chalk= require('chalk');console.log(chalk.red('this is red!'));