摘要: pyinstaller --onefile PythonTest9.py import uuid import datetime import time def get_uuid_time(): return f'{uuid.uuid4().hex}_{datetime.datetime.now() 阅读全文
posted @ 2025-11-21 23:40 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: import uuid import datetime import time import json import tkinter as tk import tkinter.messagebox as msgBox class Book(): def __init__(self,id,name,i 阅读全文
posted @ 2025-11-21 23:21 FredGrit 阅读(3) 评论(0) 推荐(0)