![
我还需要声明什么啊?
PNODE应该不是指针类型吧 返回NULL需要你的返回类型是指针类型
class A { private: typedef struct B { }B2; public: B2 f(); }; A::B2 A::f() { }
抱歉 犯蠢了