[]ios原生回调问题
+ (void)getVersion:(NSString *) url{
[[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"getVersion:" ret:@"me too"];
}
函数内这段代码执行后会报错,我就想返回一个字符串,这样写有啥问题呢?
[[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"getVersion:" ret:@"me too"];
}
函数内这段代码执行后会报错,我就想返回一个字符串,这样写有啥问题呢?
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
cuixueying
赞同来自: gmajrtfp
gmajrtfp
赞同来自: cuixueying