c++不像java一样有反射机制,不过你可以给你的对象一个名字,比如class A{public int name;public:A(int a){name = a};int a(return this.name);}这样可以,就是麻烦了