Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dlsym为枚举值返回 null
dlsym
NSLog(@"%s",dlsym(RTLD_DEFAULT, "NSTextAlignmentCenter"));
输出
2014-01-28 13:07:04.243 TestProject[763:60b] (null)
枚举值是一个“整数常量表达式”。他们没有参考。