def btnclick(): root.update() word = data.get() #获取Entry的值 data = StringVar(root) Label(root,text="请输入要分析的词语(仅一个):" ...
確定! 回上一頁