You are using your variables in the wrong way. Here, you want to use the variable itself, not the content: text_entry = Entry(root, textvariable=v1) ...
確定! 回上一頁