摘要: 需要 #include <typeinfo> #include<iostream> #include <typeinfo> int main() { int i = 100; std::cout << typeid(int).name() << std::endl; std::cout << typ 阅读全文
posted @ 2020-09-04 08:42 天子骄龙 阅读(890) 评论(0) 推荐(0)