谁能讲下在class中使用const例如 class tmp { public : const int a; } 什么意思?在线等[解决办法]你还是买本《C++ Primer》,到书后索引表里找cosnt吧 关于const的所有知识都汇集在那了。