但是你知道麼,這個Print 列印出來的字體顏色是可以設置的。 一個小例子: def esc(code=0): return f'\033[{code}m' print(esc('31;1; ...
確定! 回上一頁