You can use the index method to get the index of the current INSERT position. from Tkinter import * def get_info(): print e.index(INSERT) root = ...
確定! 回上一頁