您好,登錄后才能下訂單哦!
在Python編程中,可以使用ANSI轉義碼來控制終端的輸出顏色。下面是一些常用的顏色設置代碼:
print("\033[31mRed text")
print("\033[32mGreen text")
print("\033[33mYellow text")
print("\033[34mBlue text")
print("\033[35mMagenta text")
print("\033[36mCyan text")
print("\033[37mWhite text")
print("\033[41mRed background")
print("\033[42mGreen background")
print("\033[43mYellow background")
print("\033[44mBlue background")
print("\033[45mMagenta background")
print("\033[46mCyan background")
print("\033[47mWhite background")
print("\033[0mReset text color and background color")
注意:在一些IDE中,ANSI轉義碼可能無法正常工作,建議在終端或命令行中運行代碼進行測試。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。