tk.INSERT; tk.END; 元件名稱.insert(INSERT/END, 字串). yrwin = tk.Tk() yrtext=tk.Text(yrwin) yrtext.insert(tk.INSERT,"第一行的文字內容,\n") ...
確定! 回上一頁