2020年7月7日

摘要: 1、String类 #include <iostream> #include <string.h> /* String 类 */ class String{ char* str; public: String(); String(const char* s); String(String&s); ~ 阅读全文

posted @ 2020-07-07 12:01 金色的省略号 阅读(217) 评论(0) 推荐(0)