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.
我还有 50 个类要在运行时加载。我知道类名是字符串。
我需要从字符串名称加载所有类。比如NSClassFromString,自定义类NSClassFromStringforcocos2dx
NSClassFromString
cocos2dx
不要认为这是可能的,因为像 NSClassFromString 这样的方法需要反射。如果您只想配置在此启动时要创建哪些对象,您可以创建一些对象,该对象将为给定的字符串键(在您的情况下为类名)创建所需的对象。