Python GUI 第一個視窗(icon用PNG檔) ... 使用自己的icon, png格式 from tkinter import * root = Tk() root.title("Shark") ...
確定! 回上一頁