摘要: Book.h #include <string> #include <iostream> using namespace std; class Book{ friend ostream & operator<<(ostream &c,Book &bk); friend ostream & opera 阅读全文
posted @ 2021-07-19 14:36 kongbursi 阅读(522) 评论(0) 推荐(0) 编辑