from tkinter import * root = Tk() entry = Entry(root) print(entry.get()) # Would print entry data in CL. 10. 611c13a33baea304b018c88e ...
確定! 回上一頁