📜  在 tkinter 上添加一个按钮 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:35.599000             🧑  作者: Mango

代码示例1
import tkinter
button1 = ttk.Button(self, text="anything", command=random command)
        button1.pack()