Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我正在尝试为日志中的某个部分着色以提高清晰度。像这样的东西:
此文字为灰色 此文字为橙色
我尝试使用像“\x1b[31m”这样的 ASCII 颜色表示红色,但它只是打印出“\x1b[31m”。