Tkinter Entry 输入框&Text文本框import tkinter as tk# 实例化一个窗口 ... Button(window, text='insert end', command=insert_end) b2.pack() ...
確定! 回上一頁