会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
little dino
博客园
首页
新随笔
联系
订阅
管理
2022年3月21日
如何更改node.js的控制台字体颜色?
摘要: 在运行node.js应用程序时,您可以在下面找到要命令的文本颜色参考: console.log('\x1b[36m%s\x1b[0m', 'I am cyan'); //cyan console.log('\x1b[33m%s\x1b[0m', stringToMakeYellow); //yell
阅读全文
posted @ 2022-03-21 16:50 这个世界太乱
阅读(255)
评论(0)
推荐(0)
公告