python基礎(chǔ)代碼大全 求助Python中的Tkinter.Text的用法,以及其delete,insert用法,在線等?
求助Python中的Tkinter.Text的用法,以及其delete,insert用法,在線等? 文本.插入(index,string)index=x.y,其中x是行,y是列將數(shù)據(jù)插入第一行,文本.
求助Python中的Tkinter.Text的用法,以及其delete,insert用法,在線等?
文本.插入(index,string)index=x.y,其中x是行,y是列
將數(shù)據(jù)插入第一行,文本.插入(1.0,“Hello world”)
#想法:從第一行到最后一行清除文本.刪除(1.0, Tkinter.結(jié)束)