echo.py print 输出颜色
#! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 """usage: import e
...Read more...
数人世相逢,百年欢笑.
#! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 """usage: import e
...Read more...
shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e > 格式:echo -e "\033[字背景颜色;文字颜色m字符串\033[0m" 例如: echo
...Read more...
颜色特效控制: printf("\033[1;33m Hello World. \033[0m \n"); 颜色如下: none???????? = "\033[0m" black???????
...Read more...