摘要: #include <iostream> #include <string> using namespace std; class Document { public: Document() { } Document(char* nm); char* name; void PrintNameOf(); 阅读全文
posted @ 2023-05-12 20:32 张佳木 阅读(21) 评论(0) 推荐(0)