📜  如何在 tkinter python 代码示例中添加按钮的下划线

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

代码示例1
fileopen = tk.Button(root, text="Let's get Started", padx=0.8,pady=0.5,  fg="white", bg="#871437", bd=0, underline=0)

fileopen.pack()