摘要: #include <iostream> template<class typeName, class typeAge> class Person { public: Person(typeName name, typeAge age): name(name), age(age) {} void sh 阅读全文
posted @ 2022-07-15 14:00 thomas_blog 阅读(16) 评论(0) 推荐(0) 编辑