To get the text of the current input box, you can use the get() method. s = e.get(). You can also bind the Entry widget to the Tkinter variable (StringVar) and ...
確定! 回上一頁