Commit 9207107c by BellCodeEditor

auto save

parent 290ea8f4
Showing with 11 additions and 1 deletions
import tkinter
def register():
print("点击了提交按钮")
SB=e1.get()
SBB=e2.get()
SBBB=e3.get()
print("点击了提交按钮我草你妈")
with open("text.txt","w",encoding="utf-8")as file :
file.write(SB)
file.write(SBB)
file.write(SBBB)
pass
# 建立窗口对象
root = tkinter.Tk()
root.title("注册") # 设置窗口标题
......
123456789012345678901234567890
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment