摘要: template<typename T> class blob { public: blob(); blob(const T &j):i(j){} static void showText(){qDebug()<<"text";} }; int main() { blob::showText(); 阅读全文
posted @ 2021-11-25 14:23 补码 阅读(434) 评论(0) 推荐(0)