摘要: 1.Download.Open command and runbelow url //In command prompt curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe 2.Instal 阅读全文
posted @ 2025-11-03 22:32 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: import uuid import datetime import json import os class Book: def __init__(self,id,name,isbn,title,topic): self.id=id self.name=name self.isbn=isbn se 阅读全文
posted @ 2025-11-03 21:44 FredGrit 阅读(2) 评论(0) 推荐(0)