import tkinter from tkinter import ttk w = tkinter.Tk() style = ttk.Style() style.configure("Custom1.Treeview",background="Black" ...
確定! 回上一頁