摘要: //Book.cpp #include <iostream> using namespace std; class Book { public: int Idx; char *ISBN; char *Name; char *Abstract; char *Content; char *Topic; 阅读全文
posted @ 2022-11-28 15:02 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑