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.
我正在为我们的产品开发框架。我想为类添加动态属性。因此,如果你们中的任何人有任何经验,请帮助我。
欢迎您提出任何建议。
我相信您所要求的在这里不是正确的选择。尽管理论上您可以修改程序的字节码以按照您的描述动态添加属性,但这根本不是一个好主意。
我建议您使用HashMap将属性名称映射到其值并以交互方式修改该映射。