Python 自帶了tkinter 模組,實質上是一種流行的物件導向的GUI工具包TK ... from tkinter import * root = Tk() lb = Label(root,text='我是第一個 ...
確定! 回上一頁