测试Button的relief属性'''; # 运行下面的代码可以看到Button的各个不同效果,均没有回调函数。 from tkinter import *; root = Tk(); # flat, ...
確定! 回上一頁