from tkinter import * from tkinter import messagebox root=Tk() def com(): try: float(e1.get())#獲取e1的值,轉為浮點數,如果不能轉捕獲 ...
確定! 回上一頁