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.
我正在迭代混合类型的对象列表。对于每个对象,我访问一堆属性。其中一些对象将不具有某些属性。有没有办法避免使用 object.hasProperty 方法来安全地访问不存在的属性?
您可以遍历对象的属性。
以下链接可能对此有所帮助:-
Groovy 属性迭代
看起来唯一合理的方法是使用 hasProperty 方法进行完整性检查