using namespace cocos2d;时间:2023-11-17 09:16:26忘记在头文件添加using namespace cocos2d; 导致一直出现问题,定义的精灵却一直报错。 error C2143: 语法错误 : 缺少“;”(在“*”的前面)