您的位置: 首页 > IT文章 > Groovy获取对象类型、属性 Groovy获取对象类型、属性 分类: IT文章 • 2025-01-15 19:42:01 //获取对象类型: println pp.getClass() //获取对象属性: println pp.getProperties()