A.h A.cpp B.h B.cpp 如何实现相互包含? 步骤1 B.h #include ”A.h“ 可以在B中生成A为成员变量; 步骤2 A.cpp #include “B.h” 可以在A的函数中,生成B