由于tkinter中没有ToolTip功能,所以自定义这个功能如下 class ToolTip(object): def __init__(self, widget): self.widget = widget self.tipwindow = None
確定! 回上一頁