也可以通过函数进一步封装,让代码更加简洁。 defhighlight(string, fcolor='', bgcolor='', style=''):"""彩色打印的函数"""fcolor_code =getattr(Font, fcolor.upper(),'') bgcolor_code =getattr(Background, bgcolor.upper(),'') style_code =getattr(Style, style.upper(),'')returnf"{style_cod...
也可以通过函数进一步封装,让代码更加简洁。 defhighlight(string, fcolor='', bgcolor='', style=''):"""彩色打印的函数"""fcolor_code =getattr(Font, fcolor.upper(),'') bgcolor_code =getattr(Background, bgcolor.upper(),'') style_code =getattr(Style, style.upper(),'')returnf"{style_cod...