有没有办法在 MS 命令提示符和/或 Linux 终端上显示彩色文本?

发布于 2024-11-15 22:07:24 字数 71 浏览 4 评论 0原文

为了便于阅读,我想知道是否有一种简单的方法可以对输出到控制台的文本部分进行着色。欢迎 Linux 终端和 MS 命令提示符建议!

For the sake of readability, I'd like to know if there is a simple way to color parts of the text you output to a console. Both Linux Terminal and MS Command Prompt suggestions are welcome!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半透明的墙 2024-11-22 22:07:24

您可以在类 Unix 操作系统中使用 ANSI 转义码。以下是关于操纵颜色的理论: http://tldr.es/1md

在 Windows 中,有 控制台函数 API。

You can use ANSI escape codes in Unix like OS. Here's the theory about manipulating colors: http://tldr.es/1md

In Windows, there's console functions API.

面如桃花 2024-11-22 22:07:24

是的,您可以使用颜色代码来使用序列:[{属性};{前景};{背景}m。
解释得更准确。

编辑:有关颜色列表及其外观的输出,请访问此处

Yes, you can use the sequence: [{attribute};{foreground};{background}m using the color codes.
This explains it more precisely.

EDIT: For the list of the colors and an output of how they look go here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文