oc调js时没报错也调用成功

代码 :
//登录回调

#define AddStr(str1,str2) [str1 stringByAppendingString:str2]
tips = AddStr(AddStr(@“IosToCocos2dx.loginAccountCallback(’”,Data),@"’)");
NSLog(@“data===%@”,tips);
//const char* code = [NSString UTF8String: tips];
const char
code = [tips UTF8String];
se::ScriptEngine::getInstance()->evalString(code, NULL);

传的参数code的值为:“IosToCocos2dx.loginAccountCallback(‘B5BB55684047FD22650E5C4F7EB89BCF|傻乎乎|男|http://thirdqq.qlogo.cn/qqapp/1108047558/E23EC1FBC571D16DF6E0401D3A565263/100|通州’)”

急急急急

tips = AddStr(AddStr(@“IosToCocos2dx.loginAccountCallback(’”,Data),@"’)");
NSLog(@“data===%@”,tips);
//const char* code = [NSString UTF8String: tips];
const char
code = [tips UTF8String];
se::ScriptEngine::getInstance()->evalString(code, NULL);