tml-终端标记语言 Go模块(和独立的二进制文件)使终端中彩色/格式化文本的输出更容易且更具可读性。 您可以在Go程序和bash等中使用它。 Go中的用法 使用以下语法很容易输出彩色/带格式的文本: package main import "github.com/liamg/tml" func main () { tml . Printf ( "this text is red and the following is %s \n " , "not red" ) } 在Bash中的用法 首先,安装tm