Python tkinter編程之Button_2# -*-coding:utf-8 -*- ''' Button的外觀效果 flat groove raised ridge solid sunken

# -*-coding:utf-8 -*- ''' Button的外觀效果 flat groove raised ridge solid sunken ''' from tkinter import * root = Tk() def hellowButton(): print('hello Button') Button(root, text = 'hello button',relie
相關文章
相關標籤/搜索