pythonCopy import tkinter from tkinter import messagebox # hide main window root = tkinter.Tk() root.withdraw() # message box display ...
確定! 回上一頁