为了给其插入内容,可以使用insert()以及INSERT或END索引号。 1.普通的Text组件 from tkinter import * root = Tk() text1 = Text(root,width=30,height=4) ...
確定! 回上一頁