摘要: #include <iostream> class Base { public: void NormalShow() { std::cout<<"Base Normal show"<<std::endl; } static void StaticNormalShow() { std::cout<<" 阅读全文
posted @ 2021-10-19 10:35 AdamTang 阅读(174) 评论(0) 推荐(0) 编辑