摘要: publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 vi 阅读全文
posted @ 2025-12-10 21:09 毛天佑202483290413 阅读(11) 评论(1) 推荐(0)