妖精的配角 2016-07-30 15:14 采纳率: 0%
浏览 1058

objc_msgSend 如何正确传递整数以及文本信息?

#import "ViewController.h"
#import
#import

@interface ViewController ()

@end

@implementation ViewController

  • (void)viewDidLoad {
    [super viewDidLoad];

    int ar = 235;

    int add = (int)objc_msgSend(self, NSSelectorFromString(@"addValue:"), (int)&ar);

    NSLog(@"add = %d", add);

    // Do any additional setup after loading the view, typically from a nib.
    }

  • (void)didReceiveMemoryWarning {
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
    }

  • (int)addValue:(int)a{
    int c = a;
    return a;
    }

@end

打印出来的a = 9,而不是235.
求答案,为什么?

  • 写回答

1条回答 默认 最新

  • devmiao 2016-07-30 16:26
    关注

    看看函数传值行不行

    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料