e = Entry(self, width=self.col_width, relief=GROOVE) e.insert(INSERT, t) e.grid(row=0, column=col+1) if self.row_buttons:
確定! 回上一頁